diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-08 22:59:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 10:33:26 +0000 |
commit | 01fc0394fe158fe68dae0e0b99afa117d277c9a4 (patch) | |
tree | 7ad907951b0672a809b02d63f9ead1512d704421 | |
parent | e6b11b25f05f98d546f3c1e859aaef45c07a9db4 (diff) | |
download | poky-01fc0394fe158fe68dae0e0b99afa117d277c9a4.tar.gz |
harfbuzz: upgrade 3.1.1 -> 3.1.2
(From OE-Core rev: fd4788c9557e6a88d7e9ffb02d8b75b003507612)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_3.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb index 1fc83a3bc2..368f7c1bde 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb | |||
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | |||
12 | UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" | 12 | UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" | 14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" |
15 | SRC_URI[sha256sum] = "f3f3247bdeabf36765acc237a5f651e651e4e9706582b9cc2cf6c9b8102dfa93" | 15 | SRC_URI[sha256sum] = "4056b1541dd8bbd8ec29207fe30e568805c0705515632d7fec53a94399bc7945" |
16 | 16 | ||
17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection | 17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection |
18 | 18 | ||