diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-11-19 19:02:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:08 +0000 |
commit | 8d708a51772e927a7a7d4b93092bf92d7df02e31 (patch) | |
tree | 165349c9db415a6c3727b766f46c277215c4e824 /meta/recipes-support | |
parent | f840e59b768c1dfd1b10012f1b24021c5ff84d19 (diff) | |
download | poky-8d708a51772e927a7a7d4b93092bf92d7df02e31.tar.gz |
libunistring: upgrade to version 0.9.6
0.9.5 -> 0.9.6
(From OE-Core rev: f002fbaf69caf001b3345952e6da897f55c27a36)
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.6.bb (renamed from meta/recipes-support/libunistring/libunistring_0.9.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.5.bb b/meta/recipes-support/libunistring/libunistring_0.9.6.bb index 45cf633300..bb701227f2 100644 --- a/meta/recipes-support/libunistring/libunistring_0.9.5.bb +++ b/meta/recipes-support/libunistring/libunistring_0.9.6.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz \ | |||
21 | file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ | 21 | file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ |
22 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 22 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
23 | " | 23 | " |
24 | SRC_URI[md5sum] = "1a705bcdcb83799d544137617b377cfd" | 24 | SRC_URI[md5sum] = "dfae4ff5583649ed24d8f368f1d0543b" |
25 | SRC_URI[sha256sum] = "1a8c0772467850bef7197318a95f44abbb678ea83cbf119a3500cc7848276a17" | 25 | SRC_URI[sha256sum] = "9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47" |
26 | 26 | ||
27 | inherit autotools texinfo | 27 | inherit autotools texinfo |
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |