1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Fix to the libtool LICENSE field: libtool.inc

License parser should use & not ,

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
This commit is contained in:
Beth Flanagan
2011-02-26 14:07:18 -08:00
parent d041ab31a1
commit 4e779e828c
+1 -1
View 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"