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/gnome-panel/gnome-panel3_3.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/gnome-panel') diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index f89f3da9c9..972a4d4db0 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" BPN = "gnome-panel" PR = "r1" -PNBLACKLIST[gnome-panel3] = "CONFLICT: depends on libgweather3 which conflicts with libgweather" +PNBLACKLIST[gnome-panel3] ?= "CONFLICT: depends on libgweather3 which conflicts with libgweather" # conflicts with gnome-panel, because they provide the same package # http://patches.openembedded.org/patch/43105/ -- cgit 1.2.3-korg