diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-06 08:01:57 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2014-12-26 18:04:33 -0800 |
commit | 4bf3c443a56749f332913d3435f1850ab8207a8e (patch) | |
tree | e635df4eb32bdf97854f836594a75ab4af20b3da /meta-gnome/recipes-gnome/gnome-panel | |
parent | 80c4c5c4ae30716dd2b4e05651ab5536e528f2c8 (diff) | |
download | meta-openembedded-4bf3c443a56749f332913d3435f1850ab8207a8e.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 f89f3da9c..972a4d4db 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" | |||
4 | BPN = "gnome-panel" | 4 | BPN = "gnome-panel" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | PNBLACKLIST[gnome-panel3] = "CONFLICT: depends on libgweather3 which conflicts with libgweather" | 7 | PNBLACKLIST[gnome-panel3] ?= "CONFLICT: depends on libgweather3 which conflicts with libgweather" |
8 | 8 | ||
9 | # conflicts with gnome-panel, because they provide the same package | 9 | # conflicts with gnome-panel, because they provide the same package |
10 | # http://patches.openembedded.org/patch/43105/ | 10 | # http://patches.openembedded.org/patch/43105/ |