aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
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-devtools
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-devtools')
-rw-r--r--meta-oe/recipes-devtools/swig/swig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc
index 65c562ea59..1c33e6e26c 100644
--- a/meta-oe/recipes-devtools/swig/swig.inc
+++ b/meta-oe/recipes-devtools/swig/swig.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
HOMEPAGE = "http://swig.sourceforge.net/"
-LICENSE = "BSD && GPLv3"
+LICENSE = "BSD & GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"