mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
00ba7da845
commit
7f3176f628
|
|
@ -29,3 +29,9 @@ do_install() {
|
|||
}
|
||||
|
||||
FILES_${PN} = "${datadir}/enlightenment/data/themes/"
|
||||
|
||||
PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm"
|
||||
|
||||
PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w"
|
||||
|
||||
PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w-dev"
|
||||
|
|
|
|||
|
|
@ -33,3 +33,7 @@ do_install() {
|
|||
}
|
||||
|
||||
FILES_${PN} = "${datadir}/enlightenment/data/themes/"
|
||||
|
||||
PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm"
|
||||
|
||||
PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm-theme-illume-efenniht"
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ RDEPENDS_${PN} = "\
|
|||
packagegroup-core-sdk \
|
||||
${SDK-EFL} \
|
||||
${SDK-EXTRAS}"
|
||||
|
||||
PNBLACKLIST[packagegroup-efl-sdk] ?= "Runtime depends on blacklisted elementary-dev"
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ RDEPENDS_${PN} = "\
|
|||
packagegroup-core-standalone-sdk-target \
|
||||
${SDK-EFL} \
|
||||
${SDK-EXTRAS}"
|
||||
|
||||
PNBLACKLIST[packagegroup-efl-standalone-sdk-target] ?= "Runtime depends on blacklisted elementary-dev"
|
||||
|
|
|
|||
|
|
@ -22,3 +22,9 @@ RDEPENDS_${PN} = "\
|
|||
e-wm \
|
||||
${ECONFIG} \
|
||||
"
|
||||
|
||||
PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm"
|
||||
|
||||
PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-config-mobile"
|
||||
|
||||
PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-theme-default"
|
||||
|
|
|
|||
|
|
@ -18,3 +18,7 @@ SYSTEMD_PACKAGES = "${PN}"
|
|||
SYSTEMD_SERVICE_${PN} = "kodi.service"
|
||||
|
||||
RDEPENDS_${PN} += "xinit kodi"
|
||||
|
||||
PNBLACKLIST[kodi-startup] ?= "Runtime depends on blacklisted kodi"
|
||||
|
||||
PNBLACKLIST[kodi-startup] ?= "Runtime depends on blacklisted kodi-startup-dev"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
inherit pypi setuptools3
|
||||
require python-pymisp.inc
|
||||
|
||||
PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp"
|
||||
|
||||
PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp-dev"
|
||||
|
|
|
|||
|
|
@ -3,3 +3,7 @@ require python-requests.inc
|
|||
|
||||
# Add the runtime depends for selectors.py
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-ndg-httpsclient"
|
||||
|
||||
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-requests-dev"
|
||||
|
|
|
|||
|
|
@ -13,3 +13,9 @@ SRC_URI[md5sum] = "5332876b627b3237eebb76db66e2fb11"
|
|||
SRC_URI[sha256sum] = "0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee"
|
||||
|
||||
FILES_${PN} += "${datadir}/appdata"
|
||||
|
||||
PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted tumbler"
|
||||
|
||||
PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted ristretto-dev"
|
||||
|
||||
PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted ristretto"
|
||||
|
|
|
|||
|
|
@ -9,3 +9,9 @@ RDEPENDS_${PN} = " \
|
|||
xfmpc \
|
||||
xfce4-mpc-plugin \
|
||||
"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-multimedia] ?= "Runtime depends on blacklisted xfce4-mpc-plugin"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-multimedia] ?= "Runtime depends on blacklisted packagegroup-xfce-multimedia"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-multimedia] ?= "Runtime depends on blacklisted xfmpc"
|
||||
|
|
|
|||
|
|
@ -13,3 +13,9 @@ RRECOMMENDS_${PN} = "mpd"
|
|||
|
||||
SRC_URI[md5sum] = "13d5d95ef0c305bac45fde6231258e5d"
|
||||
SRC_URI[sha256sum] = "f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0"
|
||||
|
||||
PNBLACKLIST[xfce4-mpc-plugin] ?= "Runtime depends on blacklisted mpd"
|
||||
|
||||
PNBLACKLIST[xfce4-mpc-plugin] ?= "Runtime depends on blacklisted xfce4-mpc-plugin"
|
||||
|
||||
PNBLACKLIST[xfce4-mpc-plugin] ?= "Runtime depends on blacklisted xfce4-mpc-plugin-dev"
|
||||
|
|
|
|||
|
|
@ -11,3 +11,9 @@ inherit xfce-app
|
|||
|
||||
SRC_URI[md5sum] = "e2d2faeb7a6f62813e287f3d12522b71"
|
||||
SRC_URI[sha256sum] = "4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0"
|
||||
|
||||
PNBLACKLIST[xfmpc] ?= "Runtime depends on blacklisted mpd"
|
||||
|
||||
PNBLACKLIST[xfmpc] ?= "Runtime depends on blacklisted xfmpc-dev"
|
||||
|
||||
PNBLACKLIST[xfmpc] ?= "Runtime depends on blacklisted xfmpc"
|
||||
|
|
|
|||
|
|
@ -9,3 +9,5 @@ SRC_URI[md5sum] = "3cbbe6f233089b6923113f47d311f875"
|
|||
SRC_URI[sha256sum] = "1b7afb233c74c33f0ee26de6514c4168497f4aa584dc2f6778dff15d8d47b165"
|
||||
|
||||
RRECOMMENDS_${PN} += "menulibre"
|
||||
|
||||
PNBLACKLIST[xfce4-whiskermenu-plugin] ?= "Runtime depends on blacklisted menulibre"
|
||||
|
|
|
|||
|
|
@ -66,3 +66,9 @@ RRECOMMENDS_${PN} = " \
|
|||
xfce4-taskmanager \
|
||||
gigolo \
|
||||
"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-extended] ?= "Runtime depends on blacklisted xfce4-mixer"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-extended] ?= "Runtime depends on blacklisted xfce4-verve-plugin"
|
||||
|
||||
PNBLACKLIST[packagegroup-xfce-extended] ?= "Runtime depends on blacklisted ristretto"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user