diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:35:16 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:36:45 +0200 |
| commit | cdb428e7c49899675ee7b7a43f6cecdb5b4c2546 (patch) | |
| tree | 42c4f0752df5a0bae2c3aeec8362faa029adc792 /meta-efl/recipes-efl/efl | |
| parent | 2af18f934cd6764ef87977c8b23a924a5cb7fbf7 (diff) | |
| download | meta-openembedded-cdb428e7c49899675ee7b7a43f6cecdb5b4c2546.tar.gz | |
recipes: add removal date to PNBLACKLIST messages
* 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>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
| -rw-r--r-- | meta-efl/recipes-efl/efl/azy_svn.bb | 2 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/edbus_1.7.9.bb | 8 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 4 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb | 6 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.15.1.bb | 2 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb | 6 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/engrave_svn.bb | 2 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/entrance_svn.bb | 2 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/epdf_svn.bb | 8 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb | 6 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/expedite_1.7.9.bb | 20 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/expedite_git.bb | 20 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/libeflvala_svn.bb | 2 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/libeweather_svn.bb | 2 |
14 files changed, 45 insertions, 45 deletions
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb index dec2475165..d3bc200f5c 100644 --- a/meta-efl/recipes-efl/efl/azy_svn.bb +++ b/meta-efl/recipes-efl/efl/azy_svn.bb | |||
| @@ -34,4 +34,4 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 34 | # sysroots/qemuarm/usr/include/c++/5.2.0/bits/basic_string.h:4780:5: error: reference to 'basic_string' is ambiguous | 34 | # sysroots/qemuarm/usr/include/c++/5.2.0/bits/basic_string.h:4780:5: error: reference to 'basic_string' is ambiguous |
| 35 | # basic_string<_CharT, _Traits, _Alloc> | 35 | # basic_string<_CharT, _Traits, _Alloc> |
| 36 | # ^ | 36 | # ^ |
| 37 | PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5" | 37 | PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/edbus_1.7.9.bb b/meta-efl/recipes-efl/efl/edbus_1.7.9.bb index 1fb7164492..a8033ac595 100644 --- a/meta-efl/recipes-efl/efl/edbus_1.7.9.bb +++ b/meta-efl/recipes-efl/efl/edbus_1.7.9.bb | |||
| @@ -7,10 +7,10 @@ SRC_URI = "\ | |||
| 7 | SRC_URI[md5sum] = "8f72da14e5664aad8c45eeeca0e3ff5f" | 7 | SRC_URI[md5sum] = "8f72da14e5664aad8c45eeeca0e3ff5f" |
| 8 | SRC_URI[sha256sum] = "c328c4cf1424629cb67c83689ccc1f95967abcb4c03dffd437e93b799ff151c1" | 8 | SRC_URI[sha256sum] = "c328c4cf1424629cb67c83689ccc1f95967abcb4c03dffd437e93b799ff151c1" |
| 9 | 9 | ||
| 10 | PNBLACKLIST[edbus] ?= "Depends on blacklisted ecore" | 10 | PNBLACKLIST[edbus] ?= "Depends on blacklisted ecore - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 11 | 11 | ||
| 12 | PNBLACKLIST[edbus] ?= "Depends on blacklisted eina" | 12 | PNBLACKLIST[edbus] ?= "Depends on blacklisted eina - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 13 | 13 | ||
| 14 | PNBLACKLIST[edbus] ?= "Runtime depends on blacklisted edbus" | 14 | PNBLACKLIST[edbus] ?= "Runtime depends on blacklisted edbus - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 15 | 15 | ||
| 16 | PNBLACKLIST[edbus] ?= "Runtime depends on blacklisted edbus-dev" | 16 | PNBLACKLIST[edbus] ?= "Runtime depends on blacklisted edbus-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 48fd458889..4cd21bfd0e 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
| @@ -286,5 +286,5 @@ FILES_${PN}-dev += " \ | |||
| 286 | ${bindir}/eldbus-codegen \ | 286 | ${bindir}/eldbus-codegen \ |
| 287 | " | 287 | " |
| 288 | 288 | ||
| 289 | PNBLACKLIST[efl] ?= "Depends on broken efl-native" | 289 | PNBLACKLIST[efl] ?= "Depends on broken efl-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 290 | PNBLACKLIST[efl-native] ?= "Broken: fails to build with http://errors.yoctoproject.org/Errors/Details/138240/" | 290 | PNBLACKLIST[efl-native] ?= "Broken: fails to build with http://errors.yoctoproject.org/Errors/Details/138240/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb index 36ba9b43b4..783d123047 100644 --- a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb | |||
| @@ -37,8 +37,8 @@ do_install() { | |||
| 37 | 37 | ||
| 38 | FILES_${PN} = "${datadir}/elementary/themes/" | 38 | FILES_${PN} = "${datadir}/elementary/themes/" |
| 39 | 39 | ||
| 40 | PNBLACKLIST[elementary-theme-efenniht] ?= "Depends on blacklisted edje-native" | 40 | PNBLACKLIST[elementary-theme-efenniht] ?= "Depends on blacklisted edje-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 41 | 41 | ||
| 42 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht" | 42 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 43 | 43 | ||
| 44 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht-dev" | 44 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/elementary_1.15.1.bb b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb index 894abc5248..40dd8ad27d 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.15.1.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb | |||
| @@ -15,4 +15,4 @@ SRC_URI[sha256sum] = "ae5540c2103fcdc69fd7469277ce25a8a00a0f701fc2c20771dc010840 | |||
| 15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails | 15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails |
| 16 | B = "${S}" | 16 | B = "${S}" |
| 17 | 17 | ||
| 18 | PNBLACKLIST[elementary] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130584/" | 18 | PNBLACKLIST[elementary] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130584/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb b/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb index 10faf0789b..ffdd269820 100644 --- a/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb +++ b/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb | |||
| @@ -7,8 +7,8 @@ SRC_URI = "\ | |||
| 7 | SRC_URI[md5sum] = "68627c1aabf5b7fe084299adcc0b73c1" | 7 | SRC_URI[md5sum] = "68627c1aabf5b7fe084299adcc0b73c1" |
| 8 | SRC_URI[sha256sum] = "10bad633480a691585b0ba470c573b14da0a010008d9d59d0792cea8c621d423" | 8 | SRC_URI[sha256sum] = "10bad633480a691585b0ba470c573b14da0a010008d9d59d0792cea8c621d423" |
| 9 | 9 | ||
| 10 | PNBLACKLIST[emotion-generic-players] ?= "Depends on blacklisted emotion" | 10 | PNBLACKLIST[emotion-generic-players] ?= "Depends on blacklisted emotion - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 11 | 11 | ||
| 12 | PNBLACKLIST[emotion-generic-players] ?= "Runtime depends on blacklisted emotion-generic-players" | 12 | PNBLACKLIST[emotion-generic-players] ?= "Runtime depends on blacklisted emotion-generic-players - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 13 | 13 | ||
| 14 | PNBLACKLIST[emotion-generic-players] ?= "Runtime depends on blacklisted emotion-generic-players-dev" | 14 | PNBLACKLIST[emotion-generic-players] ?= "Runtime depends on blacklisted emotion-generic-players-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/engrave_svn.bb b/meta-efl/recipes-efl/efl/engrave_svn.bb index f34be98e0f..f950938c94 100644 --- a/meta-efl/recipes-efl/efl/engrave_svn.bb +++ b/meta-efl/recipes-efl/efl/engrave_svn.bb | |||
| @@ -12,4 +12,4 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 12 | 12 | ||
| 13 | # engrave.l:5:35: fatal error: libengrave_la-engrave.h: No such file or directory | 13 | # engrave.l:5:35: fatal error: libengrave_la-engrave.h: No such file or directory |
| 14 | # http://errors.yoctoproject.org/Errors/Details/56597/ | 14 | # http://errors.yoctoproject.org/Errors/Details/56597/ |
| 15 | PNBLACKLIST[engrave] ?= "BROKEN: fails to build with latest oe-core" | 15 | PNBLACKLIST[engrave] ?= "BROKEN: fails to build with latest oe-core - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb index 2888dc8dc1..b1e580dbe5 100644 --- a/meta-efl/recipes-efl/efl/entrance_svn.bb +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | |||
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
| 13 | 13 | ||
| 14 | PNBLACKLIST[entrance] ?= "broken: switch to https://git.enlightenment.org/misc/entrance.git and fix 0.0.4+svnr82070-r7/entrance/data/themes/old/default.edc:678. invalid state name: 'defaault'. "default" state must always be first." | 14 | PNBLACKLIST[entrance] ?= "broken: switch to https://git.enlightenment.org/misc/entrance.git and fix 0.0.4+svnr82070-r7/entrance/data/themes/old/default.edc:678. invalid state name: 'defaault'. "default" state must always be first. - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
| 17 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" | 17 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" |
diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb b/meta-efl/recipes-efl/efl/epdf_svn.bb index b91bd5b3be..d664bad78e 100644 --- a/meta-efl/recipes-efl/efl/epdf_svn.bb +++ b/meta-efl/recipes-efl/efl/epdf_svn.bb | |||
| @@ -26,10 +26,10 @@ EXTRA_OECONF = "\ | |||
| 26 | # Some upgrade path tweaking, as in evas | 26 | # Some upgrade path tweaking, as in evas |
| 27 | AUTO_LIBNAME_PKGS = "" | 27 | AUTO_LIBNAME_PKGS = "" |
| 28 | 28 | ||
| 29 | PNBLACKLIST[epdf] ?= "Depends on blacklisted ecore" | 29 | PNBLACKLIST[epdf] ?= "Depends on blacklisted ecore - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 30 | 30 | ||
| 31 | PNBLACKLIST[epdf] ?= "Depends on blacklisted evas" | 31 | PNBLACKLIST[epdf] ?= "Depends on blacklisted evas - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 32 | 32 | ||
| 33 | PNBLACKLIST[epdf] ?= "Runtime depends on blacklisted epdf-dev" | 33 | PNBLACKLIST[epdf] ?= "Runtime depends on blacklisted epdf-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 34 | 34 | ||
| 35 | PNBLACKLIST[epdf] ?= "Runtime depends on blacklisted epdf" | 35 | PNBLACKLIST[epdf] ?= "Runtime depends on blacklisted epdf - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb index 1e2ec7fdb4..ecdbcee1f0 100644 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb | |||
| @@ -7,8 +7,8 @@ SRC_URI = "\ | |||
| 7 | SRC_URI[md5sum] = "3ca8443b8cbf177845595c5e02fbc49c" | 7 | SRC_URI[md5sum] = "3ca8443b8cbf177845595c5e02fbc49c" |
| 8 | SRC_URI[sha256sum] = "caa22c9ba1ae9629c16a3fe809ea927f60b8f0d80cdb7f145159b997b9ae2bcd" | 8 | SRC_URI[sha256sum] = "caa22c9ba1ae9629c16a3fe809ea927f60b8f0d80cdb7f145159b997b9ae2bcd" |
| 9 | 9 | ||
| 10 | PNBLACKLIST[evas-generic-loaders] ?= "Depends on blacklisted eina" | 10 | PNBLACKLIST[evas-generic-loaders] ?= "Depends on blacklisted eina - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 11 | 11 | ||
| 12 | PNBLACKLIST[evas-generic-loaders] ?= "Runtime depends on blacklisted evas-generic-loaders" | 12 | PNBLACKLIST[evas-generic-loaders] ?= "Runtime depends on blacklisted evas-generic-loaders - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 13 | 13 | ||
| 14 | PNBLACKLIST[evas-generic-loaders] ?= "Runtime depends on blacklisted evas-generic-loaders-dev" | 14 | PNBLACKLIST[evas-generic-loaders] ?= "Runtime depends on blacklisted evas-generic-loaders-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/expedite_1.7.9.bb b/meta-efl/recipes-efl/efl/expedite_1.7.9.bb index d5594f27c2..832cd00a53 100644 --- a/meta-efl/recipes-efl/efl/expedite_1.7.9.bb +++ b/meta-efl/recipes-efl/efl/expedite_1.7.9.bb | |||
| @@ -7,22 +7,22 @@ SRC_URI = "\ | |||
| 7 | SRC_URI[md5sum] = "954fe8e40fec6a561190ff0fb75b6bdd" | 7 | SRC_URI[md5sum] = "954fe8e40fec6a561190ff0fb75b6bdd" |
| 8 | SRC_URI[sha256sum] = "a05be096c911e0d66d4bdc497ebb935a04ad23696de9084aed9959b5172a593e" | 8 | SRC_URI[sha256sum] = "a05be096c911e0d66d4bdc497ebb935a04ad23696de9084aed9959b5172a593e" |
| 9 | 9 | ||
| 10 | PNBLACKLIST[expedite] ?= "Depends on blacklisted eet" | 10 | PNBLACKLIST[expedite] ?= "Depends on blacklisted eet - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 11 | 11 | ||
| 12 | PNBLACKLIST[expedite] ?= "Depends on blacklisted evas" | 12 | PNBLACKLIST[expedite] ?= "Depends on blacklisted evas - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 13 | 13 | ||
| 14 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-loader-png" | 14 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-loader-png - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 15 | 15 | ||
| 16 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite" | 16 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 17 | 17 | ||
| 18 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-themes" | 18 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-themes - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 19 | 19 | ||
| 20 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-gl-x11" | 20 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-gl-x11 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 21 | 21 | ||
| 22 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-generic" | 22 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-generic - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 23 | 23 | ||
| 24 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-dev" | 24 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 25 | 25 | ||
| 26 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-x11" | 26 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-x11 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 27 | 27 | ||
| 28 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-fb" | 28 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-fb - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/expedite_git.bb b/meta-efl/recipes-efl/efl/expedite_git.bb index b8b3b4b167..65c2d4a494 100644 --- a/meta-efl/recipes-efl/efl/expedite_git.bb +++ b/meta-efl/recipes-efl/efl/expedite_git.bb | |||
| @@ -10,22 +10,22 @@ SRC_URI = "\ | |||
| 10 | " | 10 | " |
| 11 | S = "${WORKDIR}/${SRCNAME}" | 11 | S = "${WORKDIR}/${SRCNAME}" |
| 12 | 12 | ||
| 13 | PNBLACKLIST[expedite] ?= "Depends on blacklisted eet" | 13 | PNBLACKLIST[expedite] ?= "Depends on blacklisted eet - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 14 | 14 | ||
| 15 | PNBLACKLIST[expedite] ?= "Depends on blacklisted evas" | 15 | PNBLACKLIST[expedite] ?= "Depends on blacklisted evas - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 16 | 16 | ||
| 17 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-loader-png" | 17 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-loader-png - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 18 | 18 | ||
| 19 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite" | 19 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 20 | 20 | ||
| 21 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-generic" | 21 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-generic - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 22 | 22 | ||
| 23 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-fb" | 23 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-fb - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 24 | 24 | ||
| 25 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-x11" | 25 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-software-x11 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 26 | 26 | ||
| 27 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-gl-x11" | 27 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted evas-engine-gl-x11 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 28 | 28 | ||
| 29 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-dev" | 29 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 30 | 30 | ||
| 31 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-themes" | 31 | PNBLACKLIST[expedite] ?= "Runtime depends on blacklisted expedite-themes - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb index 87ea66b3d1..eaf4893f7f 100644 --- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb +++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb | |||
| @@ -20,4 +20,4 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 20 | PACKAGES =+ "${PN}-examples" | 20 | PACKAGES =+ "${PN}-examples" |
| 21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" | 21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" |
| 22 | 22 | ||
| 23 | PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary" | 23 | PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/efl/libeweather_svn.bb b/meta-efl/recipes-efl/efl/libeweather_svn.bb index a2f4d57998..53988b0d10 100644 --- a/meta-efl/recipes-efl/efl/libeweather_svn.bb +++ b/meta-efl/recipes-efl/efl/libeweather_svn.bb | |||
| @@ -45,4 +45,4 @@ RRECOMMENDS_${PN} = "\ | |||
| 45 | ${PN}-plugins \ | 45 | ${PN}-plugins \ |
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | PNBLACKLIST[libeweather] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130649/" | 48 | PNBLACKLIST[libeweather] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130649/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
