summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commit5f93750e994085ab636e7ee41e4d22099cf7940f (patch)
tree283f7c4da169070f53082408bf0b6e9ee521a0d3
parentcaaa26ef5f8f066b94ce1e7a437a48e1983ab19e (diff)
downloadpoky-5f93750e994085ab636e7ee41e4d22099cf7940f.tar.gz
harfbuzz: upgrade 5.3.0 -> 5.3.1
(From OE-Core rev: 7d40cf6836edc55878b1ec54f2d6818d0e1b8408) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_5.3.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_5.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_5.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_5.3.1.bb
index 1c21610fb5..f56403d428 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_5.3.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_5.3.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ee0f16281694fb6aa689cca1e0fb3da \
9 " 9 "
10 10
11SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" 11SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
12SRC_URI[sha256sum] = "a05e19e3f52da24ed071522f0fddf872157d7d25e869cfd156cd6f1e81c42152" 12SRC_URI[sha256sum] = "4a6ce097b75a8121facc4ba83b5b083bfec657f45b003cd5a3424f2ae6b4434d"
13 13
14inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases 14inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases
15 15