From: wangmy Date: Tue, 15 Mar 2022 10:51:04 +0000 (+0800) Subject: harfbuzz: upgrade 4.0.0 -> 4.0.1 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26edd973c982d6a9d92e3c611bc0eac3de9a1523;p=openembedded-core.git harfbuzz: upgrade 4.0.0 -> 4.0.1 Changelog: ========= - Update OpenType to AAT mappings for hist and vrtr features. - Update IANA Language Subtag Registry to 2022-03-02. - Update USE shaper to allow any non-numeric tail in a symbol cluster, and remove obsolete data overrides. - Fix handling of baseline variations to return correctly scaled values. - A new experimental hb_subset_repack_or_fail() to repack an array of objects, eliminating offset overflows. The API is not available unless HarfBuzz is built with experimental APIs enabled. - New experimental API +hb_link_t +hb_object_t +hb_subset_repack_or_fail() Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_4.0.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb index 39146ade66..bf77a5e56c 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "ab61d4e3fc0c30072e98b46aa7727fc3eed36a85d2b6b9274cec7eaadea97cb7" +SRC_URI[sha256sum] = "98f68777272db6cd7a3d5152bac75083cd52a26176d87bc04c8b3929d33bce49" inherit meson pkgconfig lib_package gtk-doc gobject-introspection