diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-04 18:10:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 14:58:10 +0100 |
commit | 57428a8f146841755d3b9eaef1382f60813e5a3a (patch) | |
tree | cf198f24551e0e84172e45735e397a49d65b06df /meta/recipes-graphics | |
parent | 3c42048c2082da4a0ddc79fe757fc5a2ce5bcd89 (diff) | |
download | poky-57428a8f146841755d3b9eaef1382f60813e5a3a.tar.gz |
harfbuzz: upgrade to 2.6.1
Add a (disabled) PACKAGECONFIG for Graphite2.
Update the license checksum for hb-ucd.cc, which for some reason was
checksumming the entire file and not just the license header.
(From OE-Core rev: 6e097c853f17ec76b61440bb868371ddf6a8e977)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb index a90ff52255..b0f565b9b0 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.5.3.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb | |||
@@ -5,25 +5,25 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e11f5c3149cdec4bb309babb020b32b9 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e11f5c3149cdec4bb309babb020b32b9 \ |
8 | file://src/hb-ucd.cc;md5=343f1797944de49ab2b5f5cf3126d3f2" | 8 | file://src/hb-ucd.cc;beginline=1;endline=15;md5=29d4dcb6410429195df67efe3382d8bc" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 cairo fontconfig freetype" | 10 | DEPENDS = "glib-2.0 cairo fontconfig freetype" |
11 | 11 | ||
12 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.xz" | 12 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.xz" |
13 | SRC_URI[md5sum] = "29a310e74a90b4e4f6d62f3e74a571e5" | 13 | SRC_URI[md5sum] = "89b758a2eb14d56a94406cf914b62388" |
14 | SRC_URI[sha256sum] = "fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c" | 14 | SRC_URI[sha256sum] = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" |
15 | 15 | ||
16 | inherit autotools pkgconfig lib_package gtk-doc | 16 | inherit autotools pkgconfig lib_package gtk-doc |
17 | 17 | ||
18 | PACKAGECONFIG ??= "icu" | 18 | PACKAGECONFIG ??= "icu" |
19 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" | 19 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" |
20 | PACKAGECONFIG[graphite] = "--with-graphite2,--without-graphite2,graphite2" | ||
20 | 21 | ||
21 | EXTRA_OECONF = " \ | 22 | EXTRA_OECONF = " \ |
22 | --with-cairo \ | 23 | --with-cairo \ |
23 | --with-fontconfig \ | 24 | --with-fontconfig \ |
24 | --with-freetype \ | 25 | --with-freetype \ |
25 | --with-glib \ | 26 | --with-glib \ |
26 | --without-graphite2 \ | ||
27 | " | 27 | " |
28 | 28 | ||
29 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" | 29 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" |