diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-25 13:39:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 11:19:57 +0000 |
commit | 538d50c3b94d5883d62fed1f130c9b0481d90f27 (patch) | |
tree | f0903c9d80e2946b4a5cbf5f375990e7356a2552 /meta/recipes-support | |
parent | 4ae3d8d86e50f5f0249faf24cdea4dc23588ef70 (diff) | |
download | poky-538d50c3b94d5883d62fed1f130c9b0481d90f27.tar.gz |
libunistring: upgrade 1.2 -> 1.3
Changelog:
===========
* The data tables and algorithms have been updated to Unicode version 16.0.0.
* New function
uc_is_property_modifier_combining_mark
and new constant
UC_PROPERTY_MODIFIER_COMBINING_MARK.
* Fixed a bug in the *printf functions: The %ls and %lc directives could
lead to a crash on Solaris and MSVC.
(From OE-Core rev: 04aec6458c43c9d785738d77cdc16d95185a0020)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libunistring/libunistring_1.3.bb (renamed from meta/recipes-support/libunistring/libunistring_1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libunistring/libunistring_1.2.bb b/meta/recipes-support/libunistring/libunistring_1.3.bb index 3018dbfdfb..08531acec1 100644 --- a/meta/recipes-support/libunistring/libunistring_1.2.bb +++ b/meta/recipes-support/libunistring/libunistring_1.3.bb | |||
@@ -21,7 +21,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | |||
21 | DEPENDS = "gperf-native" | 21 | DEPENDS = "gperf-native" |
22 | 22 | ||
23 | SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz" | 23 | SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz" |
24 | SRC_URI[sha256sum] = "fd6d5662fa706487c48349a758b57bc149ce94ec6c30624ec9fdc473ceabbc8e" | 24 | SRC_URI[sha256sum] = "8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7" |
25 | 25 | ||
26 | inherit autotools texinfo | 26 | inherit autotools texinfo |
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |