diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-12-12 17:16:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:57:03 +0000 |
commit | 3719d5df6d445af1b813f3e3ead95b5e569d446f (patch) | |
tree | e0bceffa31b3f6bf7e38ff3b486948c04fa33ec0 /meta/recipes-support | |
parent | 834ee126687bcb8abf12ecd8c0ac53665806d0e8 (diff) | |
download | poky-3719d5df6d445af1b813f3e3ead95b5e569d446f.tar.gz |
libunistring: Update version 0.9.6 -> 0.9.7
The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"
* README (Copyright): Rewrite section
* doc/libunistring.texi (Licenses): Change accordingly
(From OE-Core rev: e06584e6f5fcf259dcd0a10383aa4d05b3e74b70)
(From OE-Core rev: 371049b5d47d130d644659b9d24d306e70a6d6a7)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libunistring/libunistring_0.9.7.bb (renamed from meta/recipes-support/libunistring/libunistring_0.9.6.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.6.bb b/meta/recipes-support/libunistring/libunistring_0.9.7.bb index bb701227f2..f77a210b1c 100644 --- a/meta/recipes-support/libunistring/libunistring_0.9.6.bb +++ b/meta/recipes-support/libunistring/libunistring_0.9.7.bb | |||
@@ -13,16 +13,18 @@ DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\ | |||
13 | 13 | ||
14 | HOMEPAGE = "http://www.gnu.org/software/libunistring/" | 14 | HOMEPAGE = "http://www.gnu.org/software/libunistring/" |
15 | SECTION = "devel" | 15 | SECTION = "devel" |
16 | LICENSE = "GPLv3 & LGPLv3" | 16 | LICENSE = "LGPLv3+ | GPLv2" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 17 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
18 | file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" | 18 | file://README;beginline=45;endline=65;md5=08287d16ba8d839faed8d2dc14d7d6a5 \ |
19 | file://doc/libunistring.texi;md5=b86c9fd7acaac623017239640631912c \ | ||
20 | " | ||
19 | 21 | ||
20 | SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \ | 22 | SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \ |
21 | file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ | 23 | file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ |
22 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 24 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
23 | " | 25 | " |
24 | SRC_URI[md5sum] = "dfae4ff5583649ed24d8f368f1d0543b" | 26 | SRC_URI[md5sum] = "8e663454aa372181ee8e46edaa3ba4c8" |
25 | SRC_URI[sha256sum] = "9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47" | 27 | SRC_URI[sha256sum] = "9ce081cbee1951b55597b30e7030bda9d7b2f034ef901a135ff3a020be5a41e5" |
26 | 28 | ||
27 | inherit autotools texinfo | 29 | inherit autotools texinfo |
28 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |