recipes: blacklist recipes runtime depending on blacklisted recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2017-02-11 19:33:14 +01:00
parent 00ba7da845
commit 7f3176f628
18 changed files with 84 additions and 0 deletions
@@ -34,3 +34,5 @@ FILES_${PN} += " \
${datadir}/mime/packages/openbenchmarking-mime.xml \
${systemd_unitdir}/* \
"
PNBLACKLIST[phoronix-test-suite] ?= "Runtime depends on blacklisted php-cli"
@@ -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"
@@ -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"
@@ -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"