diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-26 19:32:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-29 09:55:31 +0100 |
| commit | 2ebe2d59e26f7575f7990205287942b3269637b8 (patch) | |
| tree | d66158fca1db7cca693bbe08d36d64064a206d23 /meta | |
| parent | 6cf96bd710e1b2ff4a56988c7bdc9500d6886272 (diff) | |
| download | poky-2ebe2d59e26f7575f7990205287942b3269637b8.tar.gz | |
harfbuzz: Upgrade to 11.1.0 release
Changes are:
Include bidi mirroring variants of the requested codepoints when subsetting. The new HB_SUBSET_FLAGS_NO_BIDI_CLOSURE can be used to disable this behaviour.
Various bug fixes.
Various build fixes and improvements.
Various test suite improvements.
(From OE-Core rev: 61a4ec67b4721d4a13b3c1171e55bdef50f7e85e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb index 8945467a00..645e1e4216 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ | |||
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" | 11 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" |
| 12 | SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a" | 12 | SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969" |
| 13 | 13 | ||
| 14 | DEPENDS += "glib-2.0-native" | 14 | DEPENDS += "glib-2.0-native" |
| 15 | 15 | ||
