diff options
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb index 235f8d4a3b..3b1e6a8181 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ | |||
11 | DEPENDS = "glib-2.0 cairo fontconfig freetype" | 11 | DEPENDS = "glib-2.0 cairo fontconfig freetype" |
12 | 12 | ||
13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" | 13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" |
14 | SRC_URI[md5sum] = "38b0a17fca5ae38ff54fc22939ded371" | 14 | SRC_URI[md5sum] = "d9b8b2bc4d0cdf7f0824f4f0631d264b" |
15 | SRC_URI[sha256sum] = "613264460bb6814c3894e3953225c5357402915853a652d40b4230ce5faf0bee" | 15 | SRC_URI[sha256sum] = "b7ccfcbd56b970a709e8b9ea9fb46c922c606c2feef8f086fb6a8492e530f810" |
16 | 16 | ||
17 | inherit autotools pkgconfig lib_package gtk-doc | 17 | inherit autotools pkgconfig lib_package gtk-doc |
18 | 18 | ||
@@ -27,12 +27,6 @@ EXTRA_OECONF = " \ | |||
27 | --without-graphite2 \ | 27 | --without-graphite2 \ |
28 | " | 28 | " |
29 | 29 | ||
30 | do_configure_prepend() { | ||
31 | # This is ancient and can get used instead of the patched one we ship, | ||
32 | # so delete it. In 1.8.9 this should be removed upstream. | ||
33 | rm -f ${S}/m4/pkg.m4 | ||
34 | } | ||
35 | |||
36 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" | 30 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" |
37 | 31 | ||
38 | LEAD_SONAME = "libharfbuzz.so" | 32 | LEAD_SONAME = "libharfbuzz.so" |