]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix to the libtool LICENSE field: libtool.inc
authorBeth Flanagan <elizabeth.flanagan@intel.com>
Sat, 26 Feb 2011 22:07:18 +0000 (14:07 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:47 +0000 (11:46 +0000)
License parser should use & not ,

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
meta/recipes-devtools/libtool/libtool.inc

index e066ffa386dde57b207bf73ce6030d64fc21ccc0..d423e4955b259268924faa6c2e0f3d908691b4a9 100644 (file)
@@ -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"