diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 17:40:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 00ba7da845b96a15b42550d15a343f7bc36392f8 (patch) | |
tree | 4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |
parent | b7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff) | |
download | meta-openembedded-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz |
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index 627f37ed9..3da60025e 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
@@ -19,3 +19,6 @@ FILES_${PN}-dev += "${libdir}/libglade/2.0/*.la ${datadir}/gnome-2.0/ui \ | |||
19 | FILES_${PN}-staticdev += "${libdir}/libglade/2.0/*.a" | 19 | FILES_${PN}-staticdev += "${libdir}/libglade/2.0/*.a" |
20 | FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ | 20 | FILES_${PN}-dbg += "${libdir}/bonobo-2.0/samples/.debug \ |
21 | ${libdir}/libglade/2.0/.debug" | 21 | ${libdir}/libglade/2.0/.debug" |
22 | |||
23 | PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libgnome" | ||
24 | PNBLACKLIST[libbonoboui] ?= "Depends on blacklisted libbonobo" | ||