mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 00:58:35 +00:00
* based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
951 B
BlitzBasic
21 lines
951 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 \
|
|
file://0001-configure.ac-don-t-use-dash-in-m4-macro-names.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PNBLACKLIST[vala-dbus-binding-tool] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130581/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
|