From: Wang Mingyu Date: Sun, 5 Mar 2023 08:04:58 +0000 (+0800) Subject: harfbuzz: upgrade 7.0.1 -> 7.1.0 X-Git-Tag: 2023-04-mickledore~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89882d8028ed823617792fdc632d7376e7320aa3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git harfbuzz: upgrade 7.0.1 -> 7.1.0 Changelog: ============= - New experimental hb_shape_justify() API that uses font variations to expand or shrink the text to a given advance. - Various build and bug fixes. - New API:+hb_font_set_variation() Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_7.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_7.0.1.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb index 55421ebcbe2..4406e15df4a 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_7.0.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_7.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] = "2cf4d3d8f225007511990a36a34195f0d6562ca56df0a8b0885b382837948199" +SRC_URI[sha256sum] = "f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b" inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases