diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 19:33:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (patch) | |
tree | 9b2e91f290c52751640596fb5a77c7d6f86d68c6 /meta-oe | |
parent | 00ba7da845b96a15b42550d15a343f7bc36392f8 (diff) | |
download | meta-openembedded-7f3176f6288516fb79378c3e6ec4c03fa1a8c98d.tar.gz |
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
4 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb index 1f1404849..bdd444a4f 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb | |||
@@ -34,3 +34,5 @@ FILES_${PN} += " \ | |||
34 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ | 34 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ |
35 | ${systemd_unitdir}/* \ | 35 | ${systemd_unitdir}/* \ |
36 | " | 36 | " |
37 | |||
38 | PNBLACKLIST[phoronix-test-suite] ?= "Runtime depends on blacklisted php-cli" | ||
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb index 2a4b067ba..1bb56ea30 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb | |||
@@ -43,3 +43,7 @@ RDEPENDS_${PN}-debug = "\ | |||
43 | RRECOMMENDS_${PN}-debug = "\ | 43 | RRECOMMENDS_${PN}-debug = "\ |
44 | ltrace \ | 44 | ltrace \ |
45 | " | 45 | " |
46 | |||
47 | PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted dbus-daemon-proxy" | ||
48 | |||
49 | PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted packagegroup-cli-tools" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index 45e3f7b59..0e1164dd1 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
@@ -12,3 +12,13 @@ RDEPENDS_${PN} = "\ | |||
12 | font-bh-lucidatypewriter-100dpi \ | 12 | font-bh-lucidatypewriter-100dpi \ |
13 | font-bitstream-100dpi \ | 13 | font-bitstream-100dpi \ |
14 | " | 14 | " |
15 | |||
16 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-100dpi" | ||
17 | |||
18 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted xorg-fonts-100dpi" | ||
19 | |||
20 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-bh-100dpi" | ||
21 | |||
22 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-utopia-100dpi" | ||
23 | |||
24 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-bh-lucidatypewriter-100dpi" | ||
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb index a265411c1..434f68a1d 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb | |||
@@ -15,3 +15,7 @@ do_install() { | |||
15 | RDEPENDS_${PN} = "usb-modeswitch (>= 2.2.0)" | 15 | RDEPENDS_${PN} = "usb-modeswitch (>= 2.2.0)" |
16 | FILES_${PN} += "${base_libdir}/udev/rules.d/ \ | 16 | FILES_${PN} += "${base_libdir}/udev/rules.d/ \ |
17 | ${datadir}/usb_modeswitch" | 17 | ${datadir}/usb_modeswitch" |
18 | |||
19 | PNBLACKLIST[usb-modeswitch-data] ?= "Runtime depends on blacklisted usb-modeswitch" | ||
20 | |||
21 | PNBLACKLIST[usb-modeswitch-data] ?= "Runtime depends on blacklisted usb-modeswitch-data" | ||