From 00ba7da845b96a15b42550d15a343f7bc36392f8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 17:40:01 +0100 Subject: recipes: blacklist recipes depending on blacklisted recipes Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | 2 ++ meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-gnome/recipes-gnome/libgnome') diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb index 0055ba4a3a..9d25b9b447 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb @@ -34,3 +34,5 @@ FILES_gnome-common-schemas = "${datadir}/gnome-background-properties ${datadir}/ RDEPENDS_${PN} = "gnome-common-schemas" FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" + +PNBLACKLIST[libgnome] ?= "Depends on blacklisted gnome-vfs" diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb index 45219d4d77..4bc11fd241 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb @@ -29,3 +29,5 @@ do_configure_prepend() { } LDFLAGS += "-lm" + +PNBLACKLIST[libgnomeui] ?= "Depends on blacklisted libgnome" -- cgit 1.2.3-korg