From 96a92761c0a1bb2317fa4ea422c32e4473405103 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 6 Dec 2014 08:01:57 +0100 Subject: PNBLACKLIST: use weak assignments * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/zenity') diff --git a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb index 3ea179e7c..4e01c5c93 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" PR = "r2" -PNBLACKLIST[zenity] = "BROKEN: doesn't build with B!=S" +PNBLACKLIST[zenity] ?= "BROKEN: doesn't build with B!=S" DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils" -- cgit v1.2.3-54-g00ecf