Message ID | 20250427023232.2771349-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | harfbuzz: Upgrade to 11.1.0 release | expand |
On Sat, 2025-04-26 at 19:32 -0700, Khem Raj via lists.openembedded.org wrote: > 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. > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} (95%) > > diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb > similarity index 95% > rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb > rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb > index 8945467a001..645e1e42163 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 \ > " > > SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" > -SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a" > +SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969" > > DEPENDS += "glib-2.0-native" > This doesn't seem to be quite enough to fix the compile issue: https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1485 Cheers, Richard
On Sun, Apr 27, 2025 at 2:14 AM Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > > On Sat, 2025-04-26 at 19:32 -0700, Khem Raj via lists.openembedded.org wrote: > > 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. > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > .../harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} (95%) > > > > diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb > > similarity index 95% > > rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb > > rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb > > index 8945467a001..645e1e42163 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 \ > > " > > > > SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" > > -SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a" > > +SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969" > > > > DEPENDS += "glib-2.0-native" > > > > This doesn't seem to be quite enough to fix the compile issue: > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1485 > I think its perhaps 32bit specific error, locally it works ok for qemuarm64, I will see if I can reproduce it for qemuarm > Cheers, > > Richard
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb index 8945467a001..645e1e42163 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 \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a" +SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969" DEPENDS += "glib-2.0-native"
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. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.0.1.bb => harfbuzz_11.1.0.bb} (95%)