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
@@ -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"