aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/glib-2.0
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-oe/recipes-core/glib-2.0
parent5c56ad8b357e722b0f8daa52e7da46ae0aa5c4cd (diff)
downloadmeta-openembedded-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-oe/recipes-core/glib-2.0')
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm.inc b/meta-oe/recipes-core/glib-2.0/glibmm.inc
index 948f7c760d..60e9bceaab 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm.inc
+++ b/meta-oe/recipes-core/glib-2.0/glibmm.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "C++ bindings for the glib library."
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
-LICENSE = "LGPLv2.1 && GPLv2"
+LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"