summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-02-11 17:40:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:44:35 +0100
commit00ba7da845b96a15b42550d15a343f7bc36392f8 (patch)
tree4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-efl
parentb7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff)
downloadmeta-openembedded-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-devtools/python/python-efl_1.15.0.bb2
-rw-r--r--meta-efl/recipes-devtools/python/python-efl_git.bb2
-rw-r--r--meta-efl/recipes-efl/e17/cpu_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/e-tasks_git.bb2
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.18.8.bb2
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.19.10.bb2
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_git.bb2
-rw-r--r--meta-efl/recipes-efl/e17/edje-viewer_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/elfe_git.bb2
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_git.bb2
-rw-r--r--meta-efl/recipes-efl/e17/ephoto_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/exalt-client_svn.bb3
-rw-r--r--meta-efl/recipes-efl/e17/exalt_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/flame_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/forecasts_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/places_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/rain_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/terminology_0.9.1.bb2
-rw-r--r--meta-efl/recipes-efl/e17/uptime_svn.bb2
-rw-r--r--meta-efl/recipes-efl/efl/libeflvala_svn.bb2
20 files changed, 40 insertions, 1 deletions
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 7abbc32d9..5018d9bbc 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
@@ -2,3 +2,5 @@ require ${BPN}.inc
2 2
3SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" 3SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a"
4SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" 4SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc"
5
6PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb
index 83a01ac69..4bff50fe4 100644
--- a/meta-efl/recipes-devtools/python/python-efl_git.bb
+++ b/meta-efl/recipes-devtools/python/python-efl_git.bb
@@ -7,3 +7,5 @@ DEFAULT_PREFERENCE = "-1"
7SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" 7SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10
11PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/cpu_svn.bb b/meta-efl/recipes-efl/e17/cpu_svn.bb
index 14eb08f71..15d1eb427 100644
--- a/meta-efl/recipes-efl/e17/cpu_svn.bb
+++ b/meta-efl/recipes-efl/e17/cpu_svn.bb
@@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
8require e-module.inc 8require e-module.inc
9 9
10SRC_URI += "file://configure.patch" 10SRC_URI += "file://configure.patch"
11
12PNBLACKLIST[cpu] ?= "Depends on blacklisted e-wm"
diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb
index 606515783..540df5f63 100644
--- a/meta-efl/recipes-efl/e17/e-tasks_git.bb
+++ b/meta-efl/recipes-efl/e17/e-tasks_git.bb
@@ -30,3 +30,5 @@ do_install_append() {
30} 30}
31 31
32FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" 32FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*"
33
34PNBLACKLIST[e-tasks] ?= "Depends on blacklisted elementary"
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 6b4c9fc54..819d1b040 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
@@ -13,3 +13,5 @@ SRC_URI = "\
13 13
14SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" 14SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece"
15SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" 15SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb"
16
17PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"
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 86ce03d81..62408b836 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
@@ -17,3 +17,5 @@ SRC_URI = "\
17 17
18SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" 18SRC_URI[md5sum] = "9063617760329445ada8635270a4e627"
19SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" 19SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8"
20
21PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/e-wm_git.bb b/meta-efl/recipes-efl/e17/e-wm_git.bb
index 9eb839bea..95572fab2 100644
--- a/meta-efl/recipes-efl/e17/e-wm_git.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_git.bb
@@ -12,3 +12,5 @@ SRC_URI = " \
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" 14SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0"
15
16PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb
index 2b927a0dd..8746f09b8 100644
--- a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb
+++ b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb
@@ -14,3 +14,5 @@ SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
14S = "${WORKDIR}/${SRCNAME}" 14S = "${WORKDIR}/${SRCNAME}"
15 15
16FILES_${PN} += "${datadir}" 16FILES_${PN} += "${datadir}"
17
18PNBLACKLIST[edje-viewer] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/elfe_git.bb b/meta-efl/recipes-efl/e17/elfe_git.bb
index fcb97a972..bdec107a9 100644
--- a/meta-efl/recipes-efl/e17/elfe_git.bb
+++ b/meta-efl/recipes-efl/e17/elfe_git.bb
@@ -13,3 +13,5 @@ S = "${WORKDIR}/git"
13SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981" 13SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981"
14 14
15DEPENDS += "elementary" 15DEPENDS += "elementary"
16
17PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/enjoy_git.bb b/meta-efl/recipes-efl/e17/enjoy_git.bb
index 297cbd523..cab1bd493 100644
--- a/meta-efl/recipes-efl/e17/enjoy_git.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_git.bb
@@ -46,3 +46,5 @@ pkg_postinst_${PN} () {
46 echo "enjoy:" 46 echo "enjoy:"
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
50PNBLACKLIST[enjoy] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb
index 5cecda588..c7b2d7c1f 100644
--- a/meta-efl/recipes-efl/e17/ephoto_svn.bb
+++ b/meta-efl/recipes-efl/e17/ephoto_svn.bb
@@ -17,3 +17,5 @@ SRCNAME = "${PN}"
17B = "${S}" 17B = "${S}"
18 18
19SRC_URI += "file://configure.patch" 19SRC_URI += "file://configure.patch"
20
21PNBLACKLIST[ephoto] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
index afed0e831..f29473605 100644
--- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb
+++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
@@ -22,4 +22,5 @@ FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
22FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" 22FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
23FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" 23FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
24 24
25SRC_URI += "file://configure.patch" \ No newline at end of file 25SRC_URI += "file://configure.patch"
26PNBLACKLIST[exalt-client] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb
index 1f1c8505d..e52c98786 100644
--- a/meta-efl/recipes-efl/e17/exalt_svn.bb
+++ b/meta-efl/recipes-efl/e17/exalt_svn.bb
@@ -32,3 +32,5 @@ do_install_append() {
32 32
33FILES_${PN} += "${datadir}/dbus-1" 33FILES_${PN} += "${datadir}/dbus-1"
34 34
35
36PNBLACKLIST[exalt] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/flame_svn.bb b/meta-efl/recipes-efl/e17/flame_svn.bb
index 58c79a840..026c63c1b 100644
--- a/meta-efl/recipes-efl/e17/flame_svn.bb
+++ b/meta-efl/recipes-efl/e17/flame_svn.bb
@@ -13,3 +13,5 @@ do_configure_prepend() {
13} 13}
14 14
15SRC_URI += "file://configure.patch" 15SRC_URI += "file://configure.patch"
16
17PNBLACKLIST[flame] ?= "Depends on blacklisted e-wm"
diff --git a/meta-efl/recipes-efl/e17/forecasts_svn.bb b/meta-efl/recipes-efl/e17/forecasts_svn.bb
index 473bdb9d4..d9191792a 100644
--- a/meta-efl/recipes-efl/e17/forecasts_svn.bb
+++ b/meta-efl/recipes-efl/e17/forecasts_svn.bb
@@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
8require e-module.inc 8require e-module.inc
9 9
10SRC_URI += "file://configure.patch" 10SRC_URI += "file://configure.patch"
11
12PNBLACKLIST[forecasts] ?= "Depends on blacklisted e-wm"
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb
index 54f0e0154..915baf6fb 100644
--- a/meta-efl/recipes-efl/e17/places_svn.bb
+++ b/meta-efl/recipes-efl/e17/places_svn.bb
@@ -14,3 +14,5 @@ do_configure_prepend() {
14RRECOMMENDS_${PN} += "eject" 14RRECOMMENDS_${PN} += "eject"
15 15
16SRC_URI += "file://configure.patch" 16SRC_URI += "file://configure.patch"
17
18PNBLACKLIST[places] ?= "Depends on blacklisted e-wm"
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb
index 7e8544219..6d14eef49 100644
--- a/meta-efl/recipes-efl/e17/rain_svn.bb
+++ b/meta-efl/recipes-efl/e17/rain_svn.bb
@@ -14,3 +14,5 @@ do_configure_prepend() {
14} 14}
15 15
16SRC_URI += "file://configure.patch" 16SRC_URI += "file://configure.patch"
17
18PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm"
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 482bd60d4..37ebe0b22 100644
--- a/meta-efl/recipes-efl/e17/terminology_0.9.1.bb
+++ b/meta-efl/recipes-efl/e17/terminology_0.9.1.bb
@@ -6,3 +6,5 @@ SRC_URI = "\
6 6
7SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" 7SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61"
8SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" 8SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896"
9
10PNBLACKLIST[terminology] ?= "Depends on blacklisted elementary"
diff --git a/meta-efl/recipes-efl/e17/uptime_svn.bb b/meta-efl/recipes-efl/e17/uptime_svn.bb
index 5c9bfa9ea..15d387842 100644
--- a/meta-efl/recipes-efl/e17/uptime_svn.bb
+++ b/meta-efl/recipes-efl/e17/uptime_svn.bb
@@ -8,3 +8,5 @@ PR = "${INC_PR}.0"
8require e-module.inc 8require e-module.inc
9 9
10SRC_URI += "file://configure.patch" 10SRC_URI += "file://configure.patch"
11
12PNBLACKLIST[uptime] ?= "Depends on blacklisted e-wm"
diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
index 4922b1b37..87ea66b3d 100644
--- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb
+++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb
@@ -19,3 +19,5 @@ S = "${WORKDIR}/${SRCNAME}"
19 19
20PACKAGES =+ "${PN}-examples" 20PACKAGES =+ "${PN}-examples"
21FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" 21FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*"
22
23PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary"