diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-02-26 14:07:18 -0800 |
---|---|---|
committer | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-02-26 14:07:18 -0800 |
commit | 4e779e828c61482faafdb6effb9a0aa0bb08b9ac (patch) | |
tree | 8da5ce8e4b71b2de4e82f973bf9ea51ad5ebfe26 /meta/recipes-devtools | |
parent | d041ab31a106e914d511a98b682e9df41ffc51e2 (diff) | |
download | poky-4e779e828c61482faafdb6effb9a0aa0bb08b9ac.tar.gz |
Fix to the libtool LICENSE field: libtool.inc
License parser should use & not ,
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 e066ffa386..d423e4955b 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 \ | |||
4 | (such as shared libraries) behind a consistent interface." | 4 | (such as shared libraries) behind a consistent interface." |
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | 5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "GPLv2, LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | 9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
10 | 10 | ||