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 | |
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')
50 files changed, 88 insertions, 88 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb index ce7de83055..bfacf897fb 100644 --- a/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb +++ b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb | |||
@@ -5,4 +5,4 @@ PR = "r1" | |||
5 | SRC_URI[md5sum] = "40b479444bb06147429a276127981890" | 5 | SRC_URI[md5sum] = "40b479444bb06147429a276127981890" |
6 | SRC_URI[sha256sum] = "78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b" | 6 | SRC_URI[sha256sum] = "78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b" |
7 | 7 | ||
8 | PNBLACKLIST[python-edbus] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130600/" | 8 | PNBLACKLIST[python-edbus] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130600/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb index 5018d9bbc7..e9a79b252d 100644 --- a/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb +++ b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb | |||
@@ -3,4 +3,4 @@ require ${BPN}.inc | |||
3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" | 3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" |
4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" | 4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" |
5 | 5 | ||
6 | PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary" | 6 | PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb index 4bff50fe43..292b9eb870 100644 --- a/meta-efl/recipes-devtools/python/python-efl_git.bb +++ b/meta-efl/recipes-devtools/python/python-efl_git.bb | |||
@@ -8,4 +8,4 @@ SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python- | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary" | 11 | PNBLACKLIST[python-efl] ?= "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/e17/cpu_svn.bb b/meta-efl/recipes-efl/e17/cpu_svn.bb index 15d1eb427d..3ffb9889f2 100644 --- a/meta-efl/recipes-efl/e17/cpu_svn.bb +++ b/meta-efl/recipes-efl/e17/cpu_svn.bb | |||
@@ -9,4 +9,4 @@ require e-module.inc | |||
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | 11 | ||
12 | PNBLACKLIST[cpu] ?= "Depends on blacklisted e-wm" | 12 | PNBLACKLIST[cpu] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/diskio_svn.bb b/meta-efl/recipes-efl/e17/diskio_svn.bb index a26186e44c..4f778d6e10 100644 --- a/meta-efl/recipes-efl/e17/diskio_svn.bb +++ b/meta-efl/recipes-efl/e17/diskio_svn.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | |||
5 | PV = "0.0.1+svnr${SRCPV}" | 5 | PV = "0.0.1+svnr${SRCPV}" |
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
8 | PNBLACKLIST[diskio] ?= "broken: switch to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid state name: 'off'. "default" state must always be first." | 8 | PNBLACKLIST[diskio] ?= "broken: switch to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid state name: 'off'. "default" state must always be first. - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
9 | 9 | ||
10 | require e-module.inc | 10 | require e-module.inc |
diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb index 540df5f63d..7eab6d0f0e 100644 --- a/meta-efl/recipes-efl/e17/e-tasks_git.bb +++ b/meta-efl/recipes-efl/e17/e-tasks_git.bb | |||
@@ -31,4 +31,4 @@ do_install_append() { | |||
31 | 31 | ||
32 | FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" | 32 | FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" |
33 | 33 | ||
34 | PNBLACKLIST[e-tasks] ?= "Depends on blacklisted elementary" | 34 | PNBLACKLIST[e-tasks] ?= "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/e17/e-wm-theme-b-and-w_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb index f75f9ead5a..9e6e9f24e5 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb | |||
@@ -30,8 +30,8 @@ do_install() { | |||
30 | 30 | ||
31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" |
32 | 32 | ||
33 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm" | 33 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
34 | 34 | ||
35 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w" | 35 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
36 | 36 | ||
37 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w-dev" | 37 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb index 6032f20359..5212134755 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb | |||
@@ -34,6 +34,6 @@ do_install() { | |||
34 | 34 | ||
35 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | 35 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" |
36 | 36 | ||
37 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm" | 37 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
38 | 38 | ||
39 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm-theme-illume-efenniht" | 39 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm-theme-illume-efenniht - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb index 819d1b0407..ac18b59bbc 100644 --- a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb +++ b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb | |||
@@ -14,4 +14,4 @@ SRC_URI = "\ | |||
14 | SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" | 14 | SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" |
15 | SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" | 15 | SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" |
16 | 16 | ||
17 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary" | 17 | PNBLACKLIST[e-wm] ?= "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/e17/e-wm_0.19.10.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb index 62408b836a..aa6a7b8d70 100644 --- a/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb +++ b/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb | |||
@@ -18,4 +18,4 @@ SRC_URI = "\ | |||
18 | SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" | 18 | SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" |
19 | SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" | 19 | SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" |
20 | 20 | ||
21 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary" | 21 | PNBLACKLIST[e-wm] ?= "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/e17/e-wm_git.bb b/meta-efl/recipes-efl/e17/e-wm_git.bb index 95572fab2e..0f25fd592b 100644 --- a/meta-efl/recipes-efl/e17/e-wm_git.bb +++ b/meta-efl/recipes-efl/e17/e-wm_git.bb | |||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" | 14 | SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" |
15 | 15 | ||
16 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary" | 16 | PNBLACKLIST[e-wm] ?= "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/e17/edje-viewer_svn.bb b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb index 8746f09b85..6d3efda510 100644 --- a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb +++ b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb | |||
@@ -15,4 +15,4 @@ S = "${WORKDIR}/${SRCNAME}" | |||
15 | 15 | ||
16 | FILES_${PN} += "${datadir}" | 16 | FILES_${PN} += "${datadir}" |
17 | 17 | ||
18 | PNBLACKLIST[edje-viewer] ?= "Depends on blacklisted elementary" | 18 | PNBLACKLIST[edje-viewer] ?= "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/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb index 06ed2c959d..d2a8539898 100644 --- a/meta-efl/recipes-efl/e17/elbow_git.bb +++ b/meta-efl/recipes-efl/e17/elbow_git.bb | |||
@@ -23,4 +23,4 @@ S = "${WORKDIR}/git" | |||
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/themes" | 24 | FILES_${PN} += "${datadir}/themes" |
25 | 25 | ||
26 | PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl" | 26 | PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/elfe_git.bb b/meta-efl/recipes-efl/e17/elfe_git.bb index bdec107a9b..e9f7f9e89e 100644 --- a/meta-efl/recipes-efl/e17/elfe_git.bb +++ b/meta-efl/recipes-efl/e17/elfe_git.bb | |||
@@ -14,4 +14,4 @@ SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981" | |||
14 | 14 | ||
15 | DEPENDS += "elementary" | 15 | DEPENDS += "elementary" |
16 | 16 | ||
17 | PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary" | 17 | PNBLACKLIST[elfe] ?= "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/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb index 56a74c5a78..b17121721a 100644 --- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb +++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb | |||
@@ -20,4 +20,4 @@ RDEPENDS_${PN} = "${PN}-themes" | |||
20 | 20 | ||
21 | SRC_URI += "file://configure.patch" | 21 | SRC_URI += "file://configure.patch" |
22 | 22 | ||
23 | PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy" | 23 | PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb index e4c9816fd6..115dc7cf53 100644 --- a/meta-efl/recipes-efl/e17/emprint_svn.bb +++ b/meta-efl/recipes-efl/e17/emprint_svn.bb | |||
@@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}" | |||
11 | 11 | ||
12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" | 12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" |
13 | 13 | ||
14 | PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/" | 14 | PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/enjoy_git.bb b/meta-efl/recipes-efl/e17/enjoy_git.bb index cab1bd4937..716d73ed17 100644 --- a/meta-efl/recipes-efl/e17/enjoy_git.bb +++ b/meta-efl/recipes-efl/e17/enjoy_git.bb | |||
@@ -47,4 +47,4 @@ pkg_postinst_${PN} () { | |||
47 | echo "enjoy: Use test-lms -P to see available formats that can be scanned" | 47 | echo "enjoy: Use test-lms -P to see available formats that can be scanned" |
48 | } | 48 | } |
49 | 49 | ||
50 | PNBLACKLIST[enjoy] ?= "Depends on blacklisted elementary" | 50 | PNBLACKLIST[enjoy] ?= "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/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb index c7b2d7c1fd..f86ffe16f6 100644 --- a/meta-efl/recipes-efl/e17/ephoto_svn.bb +++ b/meta-efl/recipes-efl/e17/ephoto_svn.bb | |||
@@ -18,4 +18,4 @@ B = "${S}" | |||
18 | 18 | ||
19 | SRC_URI += "file://configure.patch" | 19 | SRC_URI += "file://configure.patch" |
20 | 20 | ||
21 | PNBLACKLIST[ephoto] ?= "Depends on blacklisted elementary" | 21 | PNBLACKLIST[ephoto] ?= "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/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb index f29473605d..cb78a2e3af 100644 --- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb | |||
@@ -23,4 +23,4 @@ FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" | |||
23 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" | 23 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" |
24 | 24 | ||
25 | SRC_URI += "file://configure.patch" | 25 | SRC_URI += "file://configure.patch" |
26 | PNBLACKLIST[exalt-client] ?= "Depends on blacklisted elementary" | 26 | PNBLACKLIST[exalt-client] ?= "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/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb index e52c98786e..9e63f1bc28 100644 --- a/meta-efl/recipes-efl/e17/exalt_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt_svn.bb | |||
@@ -33,4 +33,4 @@ do_install_append() { | |||
33 | FILES_${PN} += "${datadir}/dbus-1" | 33 | FILES_${PN} += "${datadir}/dbus-1" |
34 | 34 | ||
35 | 35 | ||
36 | PNBLACKLIST[exalt] ?= "Depends on blacklisted elementary" | 36 | PNBLACKLIST[exalt] ?= "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/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb index f9eb4ad68d..c9063bc445 100644 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |||
@@ -34,8 +34,8 @@ do_install() { | |||
34 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" | 34 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" |
35 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" | 35 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" |
36 | 36 | ||
37 | PNBLACKLIST[exquisite-theme-illume] ?= "Depends on blacklisted edje-native" | 37 | PNBLACKLIST[exquisite-theme-illume] ?= "Depends on blacklisted edje-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
38 | 38 | ||
39 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume" | 39 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
40 | 40 | ||
41 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume-dev" | 41 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/exquisite_svn.bb b/meta-efl/recipes-efl/e17/exquisite_svn.bb index 1b1c659d39..826cd444ec 100644 --- a/meta-efl/recipes-efl/e17/exquisite_svn.bb +++ b/meta-efl/recipes-efl/e17/exquisite_svn.bb | |||
@@ -40,4 +40,4 @@ INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ." | |||
40 | 40 | ||
41 | FILES_${PN} += "/mnt/.splash/" | 41 | FILES_${PN} += "/mnt/.splash/" |
42 | 42 | ||
43 | PNBLACKLIST[exquisite] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130619/" | 43 | PNBLACKLIST[exquisite] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130619/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/flame_svn.bb b/meta-efl/recipes-efl/e17/flame_svn.bb index 026c63c1bd..6583d27244 100644 --- a/meta-efl/recipes-efl/e17/flame_svn.bb +++ b/meta-efl/recipes-efl/e17/flame_svn.bb | |||
@@ -14,4 +14,4 @@ do_configure_prepend() { | |||
14 | 14 | ||
15 | SRC_URI += "file://configure.patch" | 15 | SRC_URI += "file://configure.patch" |
16 | 16 | ||
17 | PNBLACKLIST[flame] ?= "Depends on blacklisted e-wm" | 17 | PNBLACKLIST[flame] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/forecasts_svn.bb b/meta-efl/recipes-efl/e17/forecasts_svn.bb index d9191792a7..495f314fc7 100644 --- a/meta-efl/recipes-efl/e17/forecasts_svn.bb +++ b/meta-efl/recipes-efl/e17/forecasts_svn.bb | |||
@@ -9,4 +9,4 @@ require e-module.inc | |||
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | 11 | ||
12 | PNBLACKLIST[forecasts] ?= "Depends on blacklisted e-wm" | 12 | PNBLACKLIST[forecasts] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb index 3b652a6944..4349e04457 100644 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ b/meta-efl/recipes-efl/e17/news_svn.bb | |||
@@ -11,4 +11,4 @@ do_configure_prepend() { | |||
11 | sed -i -e s:\ po::g Makefile.am | 11 | sed -i -e s:\ po::g Makefile.am |
12 | } | 12 | } |
13 | 13 | ||
14 | PNBLACKLIST[news] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/" | 14 | PNBLACKLIST[news] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb index 915baf6fb2..b184f84c30 100644 --- a/meta-efl/recipes-efl/e17/places_svn.bb +++ b/meta-efl/recipes-efl/e17/places_svn.bb | |||
@@ -15,4 +15,4 @@ RRECOMMENDS_${PN} += "eject" | |||
15 | 15 | ||
16 | SRC_URI += "file://configure.patch" | 16 | SRC_URI += "file://configure.patch" |
17 | 17 | ||
18 | PNBLACKLIST[places] ?= "Depends on blacklisted e-wm" | 18 | PNBLACKLIST[places] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/rage_svn.bb b/meta-efl/recipes-efl/e17/rage_svn.bb index a65aa9eb68..0a90fe3cdc 100644 --- a/meta-efl/recipes-efl/e17/rage_svn.bb +++ b/meta-efl/recipes-efl/e17/rage_svn.bb | |||
@@ -12,4 +12,4 @@ inherit e | |||
12 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | 12 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" |
13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
14 | 14 | ||
15 | PNBLACKLIST[rage] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/rage.git/" | 15 | PNBLACKLIST[rage] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/rage.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb index 6d14eef494..14aa2ed386 100644 --- a/meta-efl/recipes-efl/e17/rain_svn.bb +++ b/meta-efl/recipes-efl/e17/rain_svn.bb | |||
@@ -15,4 +15,4 @@ do_configure_prepend() { | |||
15 | 15 | ||
16 | SRC_URI += "file://configure.patch" | 16 | SRC_URI += "file://configure.patch" |
17 | 17 | ||
18 | PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm" | 18 | PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb index 6dec194d6b..233f7777f8 100644 --- a/meta-efl/recipes-efl/e17/screenshot_svn.bb +++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb | |||
@@ -13,4 +13,4 @@ do_configure_prepend() { | |||
13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac | 13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac |
14 | } | 14 | } |
15 | 15 | ||
16 | PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint" | 16 | PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/e17/terminology_0.9.1.bb b/meta-efl/recipes-efl/e17/terminology_0.9.1.bb index 37ebe0b221..77dd223fdf 100644 --- a/meta-efl/recipes-efl/e17/terminology_0.9.1.bb +++ b/meta-efl/recipes-efl/e17/terminology_0.9.1.bb | |||
@@ -7,4 +7,4 @@ SRC_URI = "\ | |||
7 | SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" | 7 | SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" |
8 | SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" | 8 | SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" |
9 | 9 | ||
10 | PNBLACKLIST[terminology] ?= "Depends on blacklisted elementary" | 10 | PNBLACKLIST[terminology] ?= "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/e17/uptime_svn.bb b/meta-efl/recipes-efl/e17/uptime_svn.bb index 15d3878425..60d48a2ca8 100644 --- a/meta-efl/recipes-efl/e17/uptime_svn.bb +++ b/meta-efl/recipes-efl/e17/uptime_svn.bb | |||
@@ -9,4 +9,4 @@ require e-module.inc | |||
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | 11 | ||
12 | PNBLACKLIST[uptime] ?= "Depends on blacklisted e-wm" | 12 | PNBLACKLIST[uptime] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
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" |
diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.bb index 8c42dbd085..ee4e2c414e 100644 --- a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.bb +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.bb | |||
@@ -16,4 +16,4 @@ RDEPENDS_${PN} = "\ | |||
16 | ${SDK-EFL} \ | 16 | ${SDK-EFL} \ |
17 | ${SDK-EXTRAS}" | 17 | ${SDK-EXTRAS}" |
18 | 18 | ||
19 | PNBLACKLIST[packagegroup-efl-sdk] ?= "Runtime depends on blacklisted elementary-dev" | 19 | PNBLACKLIST[packagegroup-efl-sdk] ?= "Runtime depends on blacklisted elementary-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-standalone-sdk-target.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-standalone-sdk-target.bb index 8aed43a2e7..2d9dde649e 100644 --- a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-standalone-sdk-target.bb +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-standalone-sdk-target.bb | |||
@@ -16,4 +16,4 @@ RDEPENDS_${PN} = "\ | |||
16 | ${SDK-EFL} \ | 16 | ${SDK-EFL} \ |
17 | ${SDK-EXTRAS}" | 17 | ${SDK-EXTRAS}" |
18 | 18 | ||
19 | PNBLACKLIST[packagegroup-efl-standalone-sdk-target] ?= "Runtime depends on blacklisted elementary-dev" | 19 | PNBLACKLIST[packagegroup-efl-standalone-sdk-target] ?= "Runtime depends on blacklisted elementary-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb index 2519da0998..95ebcabf36 100644 --- a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb | |||
@@ -23,8 +23,8 @@ RDEPENDS_${PN} = "\ | |||
23 | ${ECONFIG} \ | 23 | ${ECONFIG} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm" | 26 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
27 | 27 | ||
28 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-config-mobile" | 28 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-config-mobile - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
29 | 29 | ||
30 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-theme-default" | 30 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-theme-default - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc index c6ef976127..f49f2ee02c 100644 --- a/meta-efl/recipes-efl/webkit/webkit-efl.inc +++ b/meta-efl/recipes-efl/webkit/webkit-efl.inc | |||
@@ -66,4 +66,4 @@ FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher" | |||
66 | FILES_${PN}-inspector += "${datadir}/ewebkit2-1/inspector" | 66 | FILES_${PN}-inspector += "${datadir}/ewebkit2-1/inspector" |
67 | 67 | ||
68 | # http://errors.yoctoproject.org/Errors/Details/40659/ | 68 | # http://errors.yoctoproject.org/Errors/Details/40659/ |
69 | PNBLACKLIST[webkit-efl] ?= "Old and unmaintaned fork with many security issues" | 69 | PNBLACKLIST[webkit-efl] ?= "Old and unmaintaned fork with many security issues - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
diff --git a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb index 2b5722b471..040e006abb 100644 --- a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb +++ b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/${PN}" | |||
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | PNBLACKLIST[mcnavi] ?= "BROKEN: latest version 0.3.4 is 3 years old and now broken with more strict ejde_cc from efl-1.13" | 15 | PNBLACKLIST[mcnavi] ?= "BROKEN: latest version 0.3.4 is 3 years old and now broken with more strict ejde_cc from efl-1.13 - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
16 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/main.edc:126. invalid state name: 'none'. "default" state must always be first. | 16 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/main.edc:126. invalid state name: 'none'. "default" state must always be first. |
17 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/itinerary.edc:84. invalid state name: 'none'. "default" state must always be first. | 17 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/itinerary.edc:84. invalid state name: 'none'. "default" state must always be first. |
18 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/text.edc:1129. invalid state name: 'none'. "default" state must always be first. | 18 | # | edje_cc: Error. parse error 0.3.4-r0/mcnavi/data/themes/Default/text.edc:1129. invalid state name: 'none'. "default" state must always be first. |