diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 3 |
1 files changed, 3 insertions, 0 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 bd21ca11b..3aadd2b24 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,6 +4,9 @@ LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" | |||
4 | BPN = "gnome-panel" | 4 | BPN = "gnome-panel" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | # conflicts with gnome-panel, because they provide the same package | ||
8 | # http://patches.openembedded.org/patch/43105/ | ||
9 | EXCLUDE_FROM_WORLD = "1" | ||
7 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
8 | 11 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |