diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-08-18 12:53:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-19 10:57:44 +0100 |
commit | 84bc48263fd9ce96589629186ff615fca9ae77e5 (patch) | |
tree | 885cc38b7ce5af66e1bf63673a7c8d9b6fc82bb1 /meta/recipes-graphics/harfbuzz | |
parent | b5a1389b472fa729456d5108e42cbf4d8794d39d (diff) | |
download | poky-84bc48263fd9ce96589629186ff615fca9ae77e5.tar.gz |
harfbuzz: upgrade 2.6.8 -> 2.7.1
(From OE-Core rev: 0ad37a94afd9a04a4582ee2ec51d218d28669264)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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.7.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.6.8.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.8.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.1.bb index 3c4a5b5a2b..08c8f83239 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.8.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.1.bb | |||
@@ -11,8 +11,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | |||
11 | UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" | 11 | 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 | SRC_URI[md5sum] = "c8d4f2aeed6e576bd42f9dc6def1b1ae" | 14 | SRC_URI[sha256sum] = "e95ee43b6bd0d3d1307e2aacf0f9c0050e5baceb21988b367b833028114aa569" |
15 | SRC_URI[sha256sum] = "6648a571a27f186e47094121f0095e1b809e918b3037c630c7f38ffad86e3035" | ||
16 | 15 | ||
17 | inherit autotools pkgconfig lib_package gtk-doc | 16 | inherit autotools pkgconfig lib_package gtk-doc |
18 | 17 | ||