From 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 19:33:14 +0100 Subject: recipes: blacklist recipes runtime depending on blacklisted recipes Signed-off-by: Martin Jansa --- .../phoronix-test-suite/phoronix-test-suite_6.6.1.bb | 2 ++ meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb | 4 ++++ meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 10 ++++++++++ .../usb-modeswitch/usb-modeswitch-data_20140529.bb | 4 ++++ 4 files changed, 20 insertions(+) (limited to 'meta-oe') 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 1f14048493..bdd444a4f5 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} += " \ ${datadir}/mime/packages/openbenchmarking-mime.xml \ ${systemd_unitdir}/* \ " + +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 2a4b067ba2..1bb56ea30f 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 = "\ RRECOMMENDS_${PN}-debug = "\ ltrace \ " + +PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted dbus-daemon-proxy" + +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 45e3f7b592..0e1164dd14 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} = "\ font-bh-lucidatypewriter-100dpi \ font-bitstream-100dpi \ " + +PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-100dpi" + +PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted xorg-fonts-100dpi" + +PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-bh-100dpi" + +PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-utopia-100dpi" + +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 a265411c1e..434f68a1d8 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() { RDEPENDS_${PN} = "usb-modeswitch (>= 2.2.0)" FILES_${PN} += "${base_libdir}/udev/rules.d/ \ ${datadir}/usb_modeswitch" + +PNBLACKLIST[usb-modeswitch-data] ?= "Runtime depends on blacklisted usb-modeswitch" + +PNBLACKLIST[usb-modeswitch-data] ?= "Runtime depends on blacklisted usb-modeswitch-data" -- cgit v1.2.3-54-g00ecf