summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-14 14:25:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-16 21:23:44 +0100
commitfd8aaa16c2d9a1ce3612d09f209b8db11132594d (patch)
tree5ec1938abd7d99bc0612bd141f41105614b7e316
parent872418b3a198309f5bf18191a18f4c9acf40ac4c (diff)
downloadpoky-fd8aaa16c2d9a1ce3612d09f209b8db11132594d.tar.gz
harfbuzz: upgrade 2.8.1 -> 2.8.2
License-Update: copyright years (From OE-Core rev: 36277510af80912e7e5e3c087941020c2fb21beb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 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/0001-Removed-unused-variable-supp_size-from-plan_subset_e.patch44
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb)11
2 files changed, 5 insertions, 50 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Removed-unused-variable-supp_size-from-plan_subset_e.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Removed-unused-variable-supp_size-from-plan_subset_e.patch
deleted file mode 100644
index c1d4df42a9..0000000000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Removed-unused-variable-supp_size-from-plan_subset_e.patch
+++ /dev/null
@@ -1,44 +0,0 @@
1From f96b2b653c605679b83a820b38f49a0a0f4baf42 Mon Sep 17 00:00:00 2001
2From: Andi-Bogdan Postelnicu <abpostelnicu@me.com>
3Date: Wed, 2 Jun 2021 14:08:11 +0300
4Subject: [PATCH] Removed unused variable `supp_size` from
5 plan_subset_encoding(...).
6
7Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/243d056ff1c2af583ceb67e5dfbfaac51dc96e63]
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 src/hb-subset-cff1.cc | 4 +---
11 1 file changed, 1 insertion(+), 3 deletions(-)
12
13diff --git a/src/hb-subset-cff1.cc b/src/hb-subset-cff1.cc
14index df322f8..35dae7b 100644
15--- a/src/hb-subset-cff1.cc
16+++ b/src/hb-subset-cff1.cc
17@@ -402,7 +402,7 @@ struct cff_subset_plan {
18 void plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan)
19 {
20 const Encoding *encoding = acc.encoding;
21- unsigned int size0, size1, supp_size;
22+ unsigned int size0, size1;
23 hb_codepoint_t code, last_code = CFF_UNDEF_CODE;
24 hb_vector_t<hb_codepoint_t> supp_codes;
25
26@@ -412,7 +412,6 @@ struct cff_subset_plan {
27 return;
28 }
29
30- supp_size = 0;
31 supp_codes.init ();
32
33 subset_enc_num_codes = plan->num_output_glyphs () - 1;
34@@ -448,7 +447,6 @@ struct cff_subset_plan {
35 code_pair_t pair = { supp_codes[i], sid };
36 subset_enc_supp_codes.push (pair);
37 }
38- supp_size += SuppEncoding::static_size * supp_codes.length;
39 }
40 }
41 supp_codes.fini ();
42--
432.31.1
44
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb
index 1a0e651f6e..6da76ad0a3 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb
@@ -4,16 +4,15 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz"
4BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" 4BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8f787620b7d3866d9552fd1924c07572 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=6ee0f16281694fb6aa689cca1e0fb3da \
8 file://src/hb-ucd.cc;beginline=1;endline=15;md5=29d4dcb6410429195df67efe3382d8bc" 8 file://src/hb-ucd.cc;beginline=1;endline=15;md5=29d4dcb6410429195df67efe3382d8bc \
9 "
9 10
10UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" 11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
11UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" 12UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
12 13
13SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ 14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz"
14 file://0001-Removed-unused-variable-supp_size-from-plan_subset_e.patch \ 15SRC_URI[sha256sum] = "d58461395ce28b9dc03903254374dd70c38c8c28c5046db123c08f7ab9417be7"
15 "
16SRC_URI[sha256sum] = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300"
17 16
18inherit meson pkgconfig lib_package gtk-doc gobject-introspection 17inherit meson pkgconfig lib_package gtk-doc gobject-introspection
19 18