[OE-core] [PATCH 47/50] Fix to the libtool LICENSE field: libtool.inc

Koen Kooi koen at dominion.thruhere.net
Mon Feb 28 22:19:25 UTC 2011


From: Beth Flanagan <elizabeth.flanagan at intel.com>

License parser should use & not ,

Signed-off-by: Beth Flanagan <elizabeth.flanagan at intel.com>
---
 meta/recipes-devtools/libtool/libtool.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc
index e066ffa..d423e49 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"
 
-- 
1.6.6.1





More information about the Openembedded-core mailing list