mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user