diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:18:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:15 +0100 |
commit | 93d88fe52bfd1f92099b7999382f2256937f94a4 (patch) | |
tree | a8e548bfc13940b60236cd4cffc46126d17414b8 /meta/recipes-graphics/harfbuzz | |
parent | 5ef38c9caef4b73cddfd3e29c6bfe7d4abe8404f (diff) | |
download | poky-93d88fe52bfd1f92099b7999382f2256937f94a4.tar.gz |
harfbuzz: upgrade 2.7.4 -> 2.8.0
(From OE-Core rev: e5f82c4431e3d48914e26be97c83b0efbb2b478c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb index b08f60255e..6e3fed7357 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb | |||
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" | |||
12 | 12 | ||
13 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7" | 15 | SRC_URI[sha256sum] = "a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42" |
16 | 16 | ||
17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection | 17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection |
18 | 18 | ||