diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-08-05 17:52:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:27 -0700 |
commit | 2601d52075bc83139ff256f2ea3f5491eb19b5f1 (patch) | |
tree | 02c5e4f7a9bbe0fb1c28c4ecfed34eb6f1d03123 /meta/recipes-support/libiconv/libiconv_1.11.1.bb | |
parent | 5d03ba237626ee1c5368ff88669c8ccf7fabf01a (diff) | |
download | poky-2601d52075bc83139ff256f2ea3f5491eb19b5f1.tar.gz |
libiconv_1.11.1: fix LICENSE declaration, LGPL -> LGPLv2.0
(From OE-Core rev: 7d2da0ef71c2ab950a67a50f5952858b33b628bc)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libiconv/libiconv_1.11.1.bb')
-rw-r--r-- | meta/recipes-support/libiconv/libiconv_1.11.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/meta/recipes-support/libiconv/libiconv_1.11.1.bb index abf739bfa1..d09b194498 100644 --- a/meta/recipes-support/libiconv/libiconv_1.11.1.bb +++ b/meta/recipes-support/libiconv/libiconv_1.11.1.bb | |||
@@ -5,9 +5,11 @@ HOMEPAGE = "http://www.gnu.org/software/libiconv" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" | 6 | NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" |
7 | PROVIDES = "virtual/libiconv" | 7 | PROVIDES = "virtual/libiconv" |
8 | LICENSE = "LGPL" | 8 | |
9 | LICENSE = "LGPLv2.0" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ |
10 | file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 11 | file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
12 | |||
11 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
12 | file://autoconf.patch \ | 14 | file://autoconf.patch \ |
13 | file://shared_preloadable_libiconv_linux.patch \ | 15 | file://shared_preloadable_libiconv_linux.patch \ |