aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-02-11 17:40:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:44:35 +0100
commit00ba7da845b96a15b42550d15a343f7bc36392f8 (patch)
tree4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-oe/recipes-devtools
parentb7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff)
downloadmeta-openembedded-contrib-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/glade/glade3_3.8.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb
index fd655366f6..67585ad08c 100644
--- a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb
+++ b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb
@@ -22,3 +22,7 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui"
FILES_${PN} += "${datadir}/icons"
+
+PNBLACKLIST[glade3] ?= "Depends on blacklisted libbonoboui"
+
+PNBLACKLIST[glade3] ?= "Depends on blacklisted libgnomeui"