aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/bonobo
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-24 14:54:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-24 16:11:24 +0100
commita9e15d25847e4c1abc65164ea12306b8f1e7ffbf (patch)
treeb3e611ae201173f894d04dc800b728044ebb72a2 /meta-gnome/recipes-gnome/bonobo
parent5c56ad8b357e722b0f8daa52e7da46ae0aa5c4cd (diff)
downloadmeta-openembedded-contrib-a9e15d25847e4c1abc65164ea12306b8f1e7ffbf.tar.gz
In LICENSE "&&" should be replaced with "&" [forgot .inc files]
In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo')
-rw-r--r--meta-gnome/recipes-gnome/bonobo/libbonobo.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
index b4f72d7be1..91ce7378c6 100644
--- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
+++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "Bonobo CORBA interfaces library"
-LICENSE = "GPLv2 && LGPLv2.1"
+LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
SECTION = "x11/gnome/libs"