Files
meta-openembedded/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb
Martin Jansa 15dde1c22c vala-dbus-binding-tool: upgrade to different 0.4.0 release
* new version of vala-dbus-binding-tool was released with 0.4.0 version
  but unfortunately there already was 0.4.0 and 0.4.1 version, see
  comment in git recipe for more details
* be aware that it's actually newer than 0.4.1 used before
  and it's compatible with gee-0.8 which is newer than gee-1.0
  and yes I know how incorrect it sounds, but it's truth
* remove negative preference from git recipe so it's used by default
  and most people wont notice the mess with 0.4.0 archives

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-11 10:25:52 +02:00

17 lines
689 B
BlitzBasic

require vala-dbus-binding-tool.inc
# Temporary remove negative preference, because there are 2 versions of 0.4.0 archives:
# the original one depending on libgee1.0 from
# http://downloads.freesmartphone.org/sources/${BPN}/${BP}.tar.bz2
# and new one depending on libgee0.8 from
# http://sourceforge.net/projects/freesmartphone/files/sources/
# The original one can be already deployed on various premirrors,
# so prefer the git recipe which doesn't suffer from this issue
# DEFAULT_PREFERENCE = "-1"
SRCREV = "742c04c2bb0743891904522ce47e50f9e5c99b12"
PV = "0.4.0+gitr${SRCPV}"
SRC_URI = "git://github.com/freesmartphone/vala-dbus-binding-tool.git;protocol=https"
S = "${WORKDIR}/git"