From: Beth Flanagan Date: Sat, 26 Feb 2011 22:07:18 +0000 (-0800) Subject: Fix to the libtool LICENSE field: libtool.inc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~46368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b757c18da7b886e50d260a95fa6ce9e90676e42;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Fix to the libtool LICENSE field: libtool.inc License parser should use & not , Signed-off-by: Beth Flanagan --- diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc index e066ffa386d..d423e4955b2 100644 --- a/meta/recipes-devtools/libtool/libtool.inc +++ b/meta/recipes-devtools/libtool/libtool.inc @@ -4,7 +4,7 @@ Libtool hides the complexity of generating special library types \ (such as shared libraries) behind a consistent interface." HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" SECTION = "devel" -LICENSE = "GPLv2, LGPLv2.1" +LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"