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