diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 17:40:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 00ba7da845b96a15b42550d15a343f7bc36392f8 (patch) | |
tree | 4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 | |
parent | b7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff) | |
download | meta-openembedded-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz |
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
73 files changed, 148 insertions, 4 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 | ||
3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" | 3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" |
4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" | 4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" |
5 | |||
6 | PNBLACKLIST[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" | |||
7 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" | 7 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | |||
11 | PNBLACKLIST[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" | |||
8 | require e-module.inc | 8 | require e-module.inc |
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | |||
12 | PNBLACKLIST[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 | ||
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 | |||
34 | PNBLACKLIST[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 | ||
14 | SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" | 14 | SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" |
15 | SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" | 15 | SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" |
16 | |||
17 | PNBLACKLIST[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 | ||
18 | SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" | 18 | SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" |
19 | SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" | 19 | SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" |
20 | |||
21 | PNBLACKLIST[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 = " \ | |||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" | 14 | SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" |
15 | |||
16 | PNBLACKLIST[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" | |||
14 | S = "${WORKDIR}/${SRCNAME}" | 14 | S = "${WORKDIR}/${SRCNAME}" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}" | 16 | FILES_${PN} += "${datadir}" |
17 | |||
18 | PNBLACKLIST[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" | |||
13 | SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981" | 13 | SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981" |
14 | 14 | ||
15 | DEPENDS += "elementary" | 15 | DEPENDS += "elementary" |
16 | |||
17 | PNBLACKLIST[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 | |||
50 | PNBLACKLIST[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}" | |||
17 | B = "${S}" | 17 | B = "${S}" |
18 | 18 | ||
19 | SRC_URI += "file://configure.patch" | 19 | SRC_URI += "file://configure.patch" |
20 | |||
21 | PNBLACKLIST[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" | |||
22 | FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" | 22 | 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" \ No newline at end of file | 25 | SRC_URI += "file://configure.patch" |
26 | PNBLACKLIST[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 | ||
33 | FILES_${PN} += "${datadir}/dbus-1" | 33 | FILES_${PN} += "${datadir}/dbus-1" |
34 | 34 | ||
35 | |||
36 | PNBLACKLIST[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 | ||
15 | SRC_URI += "file://configure.patch" | 15 | SRC_URI += "file://configure.patch" |
16 | |||
17 | PNBLACKLIST[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" | |||
8 | require e-module.inc | 8 | require e-module.inc |
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | |||
12 | PNBLACKLIST[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() { | |||
14 | RRECOMMENDS_${PN} += "eject" | 14 | RRECOMMENDS_${PN} += "eject" |
15 | 15 | ||
16 | SRC_URI += "file://configure.patch" | 16 | SRC_URI += "file://configure.patch" |
17 | |||
18 | PNBLACKLIST[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 | ||
16 | SRC_URI += "file://configure.patch" | 16 | SRC_URI += "file://configure.patch" |
17 | |||
18 | PNBLACKLIST[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 | ||
7 | SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" | 7 | SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" |
8 | SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" | 8 | SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" |
9 | |||
10 | PNBLACKLIST[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" | |||
8 | require e-module.inc | 8 | require e-module.inc |
9 | 9 | ||
10 | SRC_URI += "file://configure.patch" | 10 | SRC_URI += "file://configure.patch" |
11 | |||
12 | PNBLACKLIST[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 | ||
20 | PACKAGES =+ "${PN}-examples" | 20 | PACKAGES =+ "${PN}-examples" |
21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" | 21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" |
22 | |||
23 | PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary" | ||
diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb index 6e0e0aab0..682c6fa26 100644 --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb +++ b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | |||
@@ -20,3 +20,7 @@ EXTRA_OECONF += "--disable-scrollkeeper" | |||
20 | do_configure_prepend() { | 20 | do_configure_prepend() { |
21 | sed -i -e "s: help : :g" ${S}/Makefile.am | 21 | sed -i -e "s: help : :g" ${S}/Makefile.am |
22 | } | 22 | } |
23 | |||
24 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer" | ||
25 | |||
26 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop" | ||
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb index b08b99415..d02114781 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | |||
@@ -125,3 +125,5 @@ python populate_packages_prepend () { | |||
125 | } | 125 | } |
126 | 126 | ||
127 | FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt" | 127 | FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt" |
128 | |||
129 | PNBLACKLIST[abiword] ?= "Depends on blacklisted gtkmathview" | ||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb index 8e00eb4d2..a9014e237 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | |||
@@ -7,3 +7,5 @@ SRC_URI += "file://0001-Remove-use-of-G_DISABLE_DEPRECATED.patch \ | |||
7 | SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b" | 7 | SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b" |
8 | SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b" | 8 | SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b" |
9 | GNOME_COMPRESS_TYPE="bz2" | 9 | GNOME_COMPRESS_TYPE="bz2" |
10 | |||
11 | PNBLACKLIST[libbonobo] ?= "Depends on blacklisted orbit2" | ||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index 627f37ed9..3da60025e 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
@@ -19,3 +19,6 @@ FILES_${PN}-dev += "${libdir}/libglade/2.0/*.la ${datadir}/gnome-2.0/ui \ | |||
19 | FILES_${PN}-staticdev += "${libdir}/libglade/2.0/*.a" | 19 | FILES_${PN}-staticdev += "${libdir}/libglade/2.0/*.a" |
20 | FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ | 20 | FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ |
21 | ${libdir}/libglade/2.0/.debug" | 21 | ${libdir}/libglade/2.0/.debug" |
22 | |||
23 | PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libgnome" | ||
24 | PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libbonobo" | ||
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb index 03d7fa4e5..8151e2fb0 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb | |||
@@ -24,3 +24,5 @@ LDFLAGS += "-lgmodule-2.0 -lICE" | |||
24 | 24 | ||
25 | FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" | 25 | FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" |
26 | FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" | 26 | FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" |
27 | |||
28 | PNBLACKLIST[gedit] ?= "Depends on blacklisted gtksourceview2" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb index 393eb256e..8a7425af8 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | |||
@@ -40,3 +40,7 @@ FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug" | |||
40 | FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.la" | 40 | FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.la" |
41 | FILES_${PN}-staticdev += "${libdir}/gnome-settings-daemon-2.0/*.a" | 41 | FILES_${PN}-staticdev += "${libdir}/gnome-settings-daemon-2.0/*.a" |
42 | 42 | ||
43 | |||
44 | PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted libgnomekbd" | ||
45 | |||
46 | PNBLACKLIST[gnome-settings-daemon] ?= "Depends on blacklisted gnome-desktop" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 3ec646697..edf5bfc05 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
@@ -56,3 +56,5 @@ python populate_packages_prepend () { | |||
56 | plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/') | 56 | plugindir = d.expand('${libdir}/gnome-vfs-2.0/modules/') |
57 | do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') | 57 | do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') |
58 | } | 58 | } |
59 | |||
60 | PNBLACKLIST[gnome-vfs] ?= "Depends on blacklisted gnome-mime-data" | ||
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb index 6bb6816cb..53cdf69f7 100644 --- a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb +++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | |||
@@ -21,3 +21,5 @@ SRC_URI += "\ | |||
21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" | 21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" |
22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" | 22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" |
23 | GNOME_COMPRESS_TYPE="bz2" | 23 | GNOME_COMPRESS_TYPE="bz2" |
24 | |||
25 | PNBLACKLIST[libgnomecups] ?= "Depends on blacklisted libgnomeui" | ||
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb index 13c027cc8..94a14c818 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | |||
@@ -31,3 +31,5 @@ FILES_${PN} += "${libdir}/${BPN}/extensions/*.so \ | |||
31 | FILES_${PN}-dev += "${libdir}/${BPN}/extensions/*.la" | 31 | FILES_${PN}-dev += "${libdir}/${BPN}/extensions/*.la" |
32 | FILES_${PN}-dbg += "${libdir}/${BPN}/extensions/.debug/" | 32 | FILES_${PN}-dbg += "${libdir}/${BPN}/extensions/.debug/" |
33 | 33 | ||
34 | |||
35 | PNBLACKLIST[gthumb] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb index 0055ba4a3..9d25b9b44 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | |||
@@ -34,3 +34,5 @@ FILES_gnome-common-schemas = "${datadir}/gnome-background-properties ${datadir}/ | |||
34 | RDEPENDS_${PN} = "gnome-common-schemas" | 34 | RDEPENDS_${PN} = "gnome-common-schemas" |
35 | 35 | ||
36 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" | 36 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" |
37 | |||
38 | PNBLACKLIST[libgnome] ?= "Depends on blacklisted gnome-vfs" | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb index 45219d4d7..4bc11fd24 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | |||
@@ -29,3 +29,5 @@ do_configure_prepend() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | LDFLAGS += "-lm" | 31 | LDFLAGS += "-lm" |
32 | |||
33 | PNBLACKLIST[libgnomeui] ?= "Depends on blacklisted libgnome" | ||
diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb index 86dfcf2f0..6a3ac559f 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb +++ b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | |||
@@ -11,3 +11,5 @@ inherit autotools pkgconfig binconfig | |||
11 | 11 | ||
12 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" | 12 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" |
13 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" | 13 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" |
14 | |||
15 | PNBLACKLIST[libidl] ?= "Depends on blacklisted libidl-native" | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index d29385eb8..9a57d2c05 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |||
@@ -39,3 +39,5 @@ FILES_${PN} += "${datadir}/icons" | |||
39 | # Don't make nautils3 drag us in | 39 | # Don't make nautils3 drag us in |
40 | PRIVATE_LIBS = "libnautilus-extension.so.1" | 40 | PRIVATE_LIBS = "libnautilus-extension.so.1" |
41 | 41 | ||
42 | |||
43 | PNBLACKLIST[nautilus] ?= "Depends on blacklisted gnome-desktop" | ||
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb index f9af2ee64..414bcf15b 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | |||
@@ -39,3 +39,5 @@ inherit autotools pkgconfig gtk-doc | |||
39 | 39 | ||
40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" | 40 | EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'" |
41 | EXTRA_OEMAKE_class-native = " " | 41 | EXTRA_OEMAKE_class-native = " " |
42 | |||
43 | PNBLACKLIST[orbit2] ?= "Depends on blacklisted libidl-native" | ||
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb index 8a4a07166..af7a10ba0 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb +++ b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb | |||
@@ -15,5 +15,3 @@ SRC_URI =+ "git://git.gnome.org/${BPN} \ | |||
15 | file://make-382.patch" | 15 | file://make-382.patch" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | |||
19 | |||
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb index 8c39ad775..89b63e9c5 100644 --- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb +++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | |||
@@ -31,3 +31,5 @@ SRC_URI += "file://iconpath-option.patch \ | |||
31 | SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" | 31 | SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" |
32 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" | 32 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" |
33 | GNOME_COMPRESS_TYPE="bz2" | 33 | GNOME_COMPRESS_TYPE="bz2" |
34 | |||
35 | PNBLACKLIST[gnome-themes] ?= "Depends on blacklisted gtk-engines" | ||
diff --git a/meta-gnome/recipes-support/florence/florence_0.5.4.bb b/meta-gnome/recipes-support/florence/florence_0.5.4.bb index dfdb6bdb8..d7e5b0959 100644 --- a/meta-gnome/recipes-support/florence/florence_0.5.4.bb +++ b/meta-gnome/recipes-support/florence/florence_0.5.4.bb | |||
@@ -18,3 +18,5 @@ SRC_URI[sha256sum] = "26d33aa20d5fbf34ceeded4c41cb922d2988b6082e33d9acc46dd7bfe5 | |||
18 | inherit gettext autotools gconf pkgconfig | 18 | inherit gettext autotools gconf pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord" | 20 | EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet --without-xrecord" |
21 | |||
22 | PNBLACKLIST[florence] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb b/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb index 3f1e27e87..de722a9d1 100644 --- a/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb +++ b/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb | |||
@@ -21,3 +21,4 @@ SRC_URI += "file://0001-Fix-the-ordering-of-LDADD-options-to-fix-a-compilati.pat | |||
21 | 21 | ||
22 | RREPLACES_${PN} = "gpe-screenshot" | 22 | RREPLACES_${PN} = "gpe-screenshot" |
23 | 23 | ||
24 | PNBLACKLIST[gpe-scap] ?= "Depends on blacklisted libgpewidget" | ||
diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb index 90960a2b0..830ea07ce 100644 --- a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb +++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" | |||
14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" | 14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" |
15 | 15 | ||
16 | export CVSBUILD="no" | 16 | export CVSBUILD="no" |
17 | |||
18 | PNBLACKLIST[minilite] ?= "Depends on blacklisted libgpewidget" | ||
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb index f8ecc934d..6f14af569 100644 --- a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb +++ b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb | |||
@@ -42,3 +42,5 @@ do_install() { | |||
42 | 42 | ||
43 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" | 43 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" |
44 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" | 44 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" |
45 | |||
46 | PNBLACKLIST[fbreader] ?= "Depends on blacklisted libgpewidget" | ||
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 300daa536..06dbce324 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
@@ -39,3 +39,5 @@ do_install() { | |||
39 | FILES_${PN} += "${datadir}/${BPN}" | 39 | FILES_${PN} += "${datadir}/${BPN}" |
40 | 40 | ||
41 | RDEPENDS_${PN} += "libdvben50221 libucsi libdvbapi" | 41 | RDEPENDS_${PN} += "libdvben50221 libucsi libdvbapi" |
42 | |||
43 | PNBLACKLIST[tvheadend] ?= "Depends on blacklisted dvb-apps" | ||
diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi-addon-pvr-hts_git.bb b/meta-multimedia/recipes-mediacenter/kodi/kodi-addon-pvr-hts_git.bb index 1f33a8a39..adff73bb9 100644 --- a/meta-multimedia/recipes-mediacenter/kodi/kodi-addon-pvr-hts_git.bb +++ b/meta-multimedia/recipes-mediacenter/kodi/kodi-addon-pvr-hts_git.bb | |||
@@ -53,3 +53,5 @@ RDEPENDS_${PN} = "libkodiplatform" | |||
53 | INSANE_SKIP_${PN} = "dev-so" | 53 | INSANE_SKIP_${PN} = "dev-so" |
54 | FILES_${PN} += "${datadir}/kodi" | 54 | FILES_${PN} += "${datadir}/kodi" |
55 | FILES_${PN}-dbg += "${datadir}/kodi/addons/*/.debug/" | 55 | FILES_${PN}-dbg += "${datadir}/kodi/addons/*/.debug/" |
56 | |||
57 | PNBLACKLIST[kodi-addon-pvr-hts] ?= "Depends on blacklisted kodi" | ||
diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi-platform_git.bb b/meta-multimedia/recipes-mediacenter/kodi/kodi-platform_git.bb index 802259de8..ea739c2d2 100644 --- a/meta-multimedia/recipes-mediacenter/kodi/kodi-platform_git.bb +++ b/meta-multimedia/recipes-mediacenter/kodi/kodi-platform_git.bb | |||
@@ -36,3 +36,4 @@ do_compile_prepend() { | |||
36 | RPROVIDES_${PN} += "libkodiplatform" | 36 | RPROVIDES_${PN} += "libkodiplatform" |
37 | FILES_${PN}-dev += "${libdir}/*platform" | 37 | FILES_${PN}-dev += "${libdir}/*platform" |
38 | 38 | ||
39 | PNBLACKLIST[kodi-platform] ?= "Depends on blacklisted kodi" | ||
diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb b/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb index 6d8f2a204..e3a117e7a 100644 --- a/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb +++ b/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb | |||
@@ -192,3 +192,5 @@ RPROVIDES_${PN} += "xbmc" | |||
192 | 192 | ||
193 | TOOLCHAIN = "gcc" | 193 | TOOLCHAIN = "gcc" |
194 | 194 | ||
195 | |||
196 | PNBLACKLIST[kodi] ?= "Depends on blacklisted libsdl-mixer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb index 1e2cd2a4a..e7c7c21da 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb | |||
@@ -12,3 +12,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4" | |||
12 | 12 | ||
13 | SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38" | 13 | SRC_URI[md5sum] = "adf0390f3416bb72f91c358528be0c38" |
14 | SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d" | 14 | SRC_URI[sha256sum] = "dae0d0559a4e159c0dd92b7e18de059a5783f8d038904c7de4ca6393f7d55c7d" |
15 | |||
16 | PNBLACKLIST[gst-fluendo-mp3] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb index 7bba41a34..9787dbae7 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb | |||
@@ -10,3 +10,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4" | |||
10 | 10 | ||
11 | SRC_URI[md5sum] = "7c4fb993f80b9ae631b11897733f0970" | 11 | SRC_URI[md5sum] = "7c4fb993f80b9ae631b11897733f0970" |
12 | SRC_URI[sha256sum] = "df04c91cc8e5d9a892c2492ed989974b4547beaa2a3647649e85113317897424" | 12 | SRC_URI[sha256sum] = "df04c91cc8e5d9a892c2492ed989974b4547beaa2a3647649e85113317897424" |
13 | |||
14 | PNBLACKLIST[gst-fluendo-mpegdemux] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb index 039abe14f..afd6a58a8 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb | |||
@@ -71,3 +71,5 @@ RDEPENDS_gst-meta-video = "\ | |||
71 | 71 | ||
72 | RRECOMMENDS_gst-meta-video = "\ | 72 | RRECOMMENDS_gst-meta-video = "\ |
73 | gst-meta-audio" | 73 | gst-meta-audio" |
74 | |||
75 | PNBLACKLIST[gst-meta-base] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb index 2e0157956..8b2bf7524 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb | |||
@@ -33,3 +33,5 @@ FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" | |||
33 | 33 | ||
34 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" | 34 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" |
35 | SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f" | 35 | SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f" |
36 | |||
37 | PNBLACKLIST[gst-openmax] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb index 38fccc8d0..8abd63a14 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | |||
@@ -59,3 +59,5 @@ do_configure_prepend() { | |||
59 | 59 | ||
60 | SRC_URI[md5sum] = "fcb09798114461955260e4d940db5987" | 60 | SRC_URI[md5sum] = "fcb09798114461955260e4d940db5987" |
61 | SRC_URI[sha256sum] = "0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491" | 61 | SRC_URI[sha256sum] = "0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491" |
62 | |||
63 | PNBLACKLIST[gst-plugins-bad] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb index eefd993e1..02252bfb6 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb | |||
@@ -42,3 +42,5 @@ CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmm | |||
42 | 42 | ||
43 | # /usr/bin/gst-visualise-0.10 is a perl script. | 43 | # /usr/bin/gst-visualise-0.10 is a perl script. |
44 | RDEPENDS_${PN}-apps += "perl" | 44 | RDEPENDS_${PN}-apps += "perl" |
45 | |||
46 | PNBLACKLIST[gst-plugins-base] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb index 6859f338e..62a675446 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb | |||
@@ -23,3 +23,5 @@ EXTRA_OECONF += "ac_cv_header_GL_gl_h=no" | |||
23 | ALLOW_EMPTY_${PN} = "1" | 23 | ALLOW_EMPTY_${PN} = "1" |
24 | ALLOW_EMPTY_${PN}-apps = "1" | 24 | ALLOW_EMPTY_${PN}-apps = "1" |
25 | ALLOW_EMPTY_${PN}-glib = "1" | 25 | ALLOW_EMPTY_${PN}-glib = "1" |
26 | |||
27 | PNBLACKLIST[gst-plugins-gl] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb index 7e4a52567..cabbca548 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | |||
@@ -46,3 +46,5 @@ SRC_URI[sha256sum] = "7e27840e40a7932ef2dc032d7201f9f41afcaf0b437daf5d1d44dc96d9 | |||
46 | 46 | ||
47 | FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas" | 47 | FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas" |
48 | FILES_${PN}-equalizer += "${datadir}/gstreamer-0.10/presets/*.prs" | 48 | FILES_${PN}-equalizer += "${datadir}/gstreamer-0.10/presets/*.prs" |
49 | |||
50 | PNBLACKLIST[gst-plugins-good] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb index 199b47d76..d8a8fd5bc 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb | |||
@@ -33,3 +33,5 @@ SRC_URI += "file://0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.pat | |||
33 | file://0002-Fix-opencore-include-paths.patch" | 33 | file://0002-Fix-opencore-include-paths.patch" |
34 | 34 | ||
35 | FILES_${PN}-amrnb += "${datadir}/gstreamer-0.10/presets/GstAmrnbEnc.prs" | 35 | FILES_${PN}-amrnb += "${datadir}/gstreamer-0.10/presets/GstAmrnbEnc.prs" |
36 | |||
37 | PNBLACKLIST[gst-plugins-ugly] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb index b78bcaf5a..b31a7ee18 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb | |||
@@ -16,3 +16,5 @@ EXTRA_OECONF = "--disable-introspection" | |||
16 | inherit autotools pythonnative gettext | 16 | inherit autotools pythonnative gettext |
17 | 17 | ||
18 | FILES_${PN}-dev += "${datadir}/vala/vapi/" | 18 | FILES_${PN}-dev += "${datadir}/vala/vapi/" |
19 | |||
20 | PNBLACKLIST[gst-rtsp] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb index 679b102d9..fa2e67daa 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb | |||
@@ -16,3 +16,5 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \ | |||
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "4970c110f160b33637a3515004c637b2" | 17 | SRC_URI[md5sum] = "4970c110f160b33637a3515004c637b2" |
18 | SRC_URI[sha256sum] = "7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a" | 18 | SRC_URI[sha256sum] = "7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a" |
19 | |||
20 | PNBLACKLIST[libqmi] ?= "Depends on blacklisted libmbim" | ||
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb index 5e4e22082..cde9bf631 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb | |||
@@ -49,3 +49,5 @@ FILES_${PN}-staticdev += " \ | |||
49 | FILES_${PN}-dbg += "${libdir}/ModemManager/.debug" | 49 | FILES_${PN}-dbg += "${libdir}/ModemManager/.debug" |
50 | 50 | ||
51 | SYSTEMD_SERVICE_${PN} = "ModemManager.service" | 51 | SYSTEMD_SERVICE_${PN} = "ModemManager.service" |
52 | |||
53 | PNBLACKLIST[modemmanager] ?= "Depends on blacklisted libmbim" | ||
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb index 582783c9d..09841a4d7 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb | |||
@@ -49,3 +49,5 @@ FILES_libmissioncontrol-server-dev = "${libdir}/libmissioncontrol-server.*" | |||
49 | FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*" | 49 | FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*" |
50 | FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*" | 50 | FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*" |
51 | FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*" | 51 | FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*" |
52 | |||
53 | PNBLACKLIST[telepathy-mission-control] ?= "Depends on blacklisted libtelepathy" | ||
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb index fd655366f..67585ad08 100644 --- a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb +++ b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb | |||
@@ -22,3 +22,7 @@ PACKAGECONFIG ??= "" | |||
22 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" | 22 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/icons" | 24 | FILES_${PN} += "${datadir}/icons" |
25 | |||
26 | PNBLACKLIST[glade3] ?= "Depends on blacklisted libbonoboui" | ||
27 | |||
28 | PNBLACKLIST[glade3] ?= "Depends on blacklisted libgnomeui" | ||
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb index 7cfcbe246..a7ce508ea 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb | |||
@@ -28,3 +28,5 @@ do_configure_prepend() { | |||
28 | 28 | ||
29 | FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" | 29 | FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" |
30 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" | 30 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" |
31 | |||
32 | PNBLACKLIST[openlmi-networking] ?= "Depends on blacklisted openlmi-providers" | ||
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb index 604888874..d4f8c46e7 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb | |||
@@ -52,3 +52,5 @@ FILES_${PN}-dev =+ "${datadir}/cmake*" | |||
52 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" | 52 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" |
53 | 53 | ||
54 | RDEPENDS_${PN} = "python" | 54 | RDEPENDS_${PN} = "python" |
55 | |||
56 | PNBLACKLIST[openlmi-providers] ?= "Depends on blacklisted lmsensors" | ||
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb b/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb index 015d80339..5facde6d7 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb | |||
@@ -30,3 +30,5 @@ do_install_append() { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" | 32 | FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" |
33 | |||
34 | PNBLACKLIST[openlmi-storage] ?= "Depends on blacklisted pywbem" | ||
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb index b23869d76..cc8e8298c 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |||
@@ -21,3 +21,5 @@ do_compile_prepend() { | |||
21 | do_install_prepend() { | 21 | do_install_prepend() { |
22 | cd cli | 22 | cd cli |
23 | } | 23 | } |
24 | |||
25 | PNBLACKLIST[openlmi-tools] ?= "Depends on blacklisted pywbem" | ||
diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb index 49a49a50a..d19ba8223 100644 --- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb +++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb | |||
@@ -36,4 +36,3 @@ PACKAGES =+ "esddsp esd esd-utils" | |||
36 | FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" | 36 | FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" |
37 | FILES_esd = "${bindir}/esd" | 37 | FILES_esd = "${bindir}/esd" |
38 | FILES_esd-utils = "${bindir}/*" | 38 | FILES_esd-utils = "${bindir}/*" |
39 | |||
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb index 1d531aec7..3e66ce1df 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb | |||
@@ -51,3 +51,5 @@ FILES_${PN}-dev += " \ | |||
51 | ${datadir}/dbus-1/interfaces \ | 51 | ${datadir}/dbus-1/interfaces \ |
52 | ${datadir}/gir-1.0 \ | 52 | ${datadir}/gir-1.0 \ |
53 | " | 53 | " |
54 | |||
55 | PNBLACKLIST[geoclue] ?= "Depends on blacklisted modemmanager" | ||
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 2989850e9..a9ed0919a 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
@@ -28,3 +28,7 @@ FILES_${PN}-dbg += "${libdir}/*/.debug" | |||
28 | 28 | ||
29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" | 29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" |
30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" | 30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" |
31 | |||
32 | PNBLACKLIST[farsight2] ?= "Depends on blacklisted gstreamer" | ||
33 | PNBLACKLIST[farsight2] ?= "Depends on blacklisted libnice" | ||
34 | PNBLACKLIST[farsight2] ?= "Depends on blacklisted gst-plugins-base" | ||
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 3c2a054ef..c4d4cd2b8 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -40,3 +40,5 @@ do_compile_append() { | |||
40 | 40 | ||
41 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" | 41 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" |
42 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" | 42 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" |
43 | |||
44 | PNBLACKLIST[libnice] ?= "Depends on blacklisted gstreamer" | ||
diff --git a/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb b/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb index 6e1c8ab4a..ef01be590 100644 --- a/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb +++ b/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb | |||
@@ -12,3 +12,5 @@ SRC_URI = "http://ftp.postgresql.org/pub/odbc/versions/src/${BPN}-${PV}.tar.gz \ | |||
12 | 12 | ||
13 | SRC_URI[md5sum] = "4c6e0b22187d7bb1c998ffac89e50f6b" | 13 | SRC_URI[md5sum] = "4c6e0b22187d7bb1c998ffac89e50f6b" |
14 | SRC_URI[sha256sum] = "9521f328bf28aaaf5c8488dc89792b614f9d6271742c0baf9bb41c97537764a8" | 14 | SRC_URI[sha256sum] = "9521f328bf28aaaf5c8488dc89792b614f9d6271742c0baf9bb41c97537764a8" |
15 | |||
16 | PNBLACKLIST[psqlodbc] ?= "Depends on blacklisted postgresql" | ||
diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb index 6da11cd94..f7d8cfd8a 100644 --- a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb +++ b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb | |||
@@ -35,3 +35,5 @@ FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug" | |||
35 | 35 | ||
36 | SRC_URI[md5sum] = "6775c44f38e84d06c06c336b32c4a452" | 36 | SRC_URI[md5sum] = "6775c44f38e84d06c06c336b32c4a452" |
37 | SRC_URI[sha256sum] = "0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0" | 37 | SRC_URI[sha256sum] = "0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0" |
38 | |||
39 | PNBLACKLIST[xchat] ?= "Depends on blacklisted libsexy" | ||
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.2.6.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.2.6.bb index 1ecac88f0..f7d6a4e9c 100644 --- a/meta-webserver/recipes-php/xdebug/xdebug_2.2.6.bb +++ b/meta-webserver/recipes-php/xdebug/xdebug_2.2.6.bb | |||
@@ -32,3 +32,4 @@ do_install() { | |||
32 | FILES_${PN} += "${libdir}/php5/extensions/*/*.so" | 32 | FILES_${PN} += "${libdir}/php5/extensions/*/*.so" |
33 | FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/php5/extensions/*/.debug" |
34 | 34 | ||
35 | PNBLACKLIST[xdebug] ?= "Depends on blacklisted php" | ||
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb index e87dea79e..f0cb7f0c8 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | |||
@@ -18,3 +18,5 @@ EXTRA_OECONF = "--disable-gtk3" | |||
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/glib-2.0/schemas" | 19 | FILES_${PN} += "${datadir}/glib-2.0/schemas" |
20 | 20 | ||
21 | |||
22 | PNBLACKLIST[mousepad] ?= "Depends on blacklisted gtksourceview2" | ||
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb index bdbec458b..2c91fa9b9 100644 --- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb +++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb | |||
@@ -12,3 +12,5 @@ SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d" | |||
12 | SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2" | 12 | SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "gst-meta-audio" | 14 | RDEPENDS_${PN} = "gst-meta-audio" |
15 | |||
16 | PNBLACKLIST[xfce4-mixer] ?= "Depends on blacklisted gst-plugins-base" | ||
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb index 8c04db6c0..590d9b98e 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb | |||
@@ -28,3 +28,5 @@ DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native" | |||
28 | RDEPENDS_${PN} += "bash" | 28 | RDEPENDS_${PN} += "bash" |
29 | 29 | ||
30 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" | 30 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" |
31 | |||
32 | PNBLACKLIST[imsettings] ?= "Depends on blacklisted libgxim" | ||
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb index c2e0ed912..a7c8deee2 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | |||
@@ -25,3 +25,5 @@ PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat" | |||
25 | PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify" | 25 | PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify" |
26 | 26 | ||
27 | FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}" | 27 | FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}" |
28 | |||
29 | PNBLACKLIST[xfce4-sensors-plugin] ?= "Depends on blacklisted lmsensors" | ||