From a9e15d25847e4c1abc65164ea12306b8f1e7ffbf Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 24 Jan 2012 14:54:14 +0000 Subject: 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 Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/swig') 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" -- cgit v1.2.3-54-g00ecf