summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-graphics/harfbuzz
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-graphics/harfbuzz')
-rw-r--r--poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.3.1.bb (renamed from poky/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb)12
1 files changed, 3 insertions, 9 deletions
diff --git a/poky/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb b/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.3.1.bb
index b904d9353..4b292d8ea 100644
--- a/poky/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb
+++ b/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.3.1.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
DEPENDS = "glib-2.0 cairo fontconfig freetype"
SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "81dbce82d6471ec2b2a627ce02d03e5d"
-SRC_URI[sha256sum] = "a8e5c86e4d99e1cc9865ec1b8e9b05b98e413c2a885cd11f8e9bb9502dd3e3a9"
+SRC_URI[md5sum] = "531de9df7c8a5405dd9c6a873fcee8c2"
+SRC_URI[sha256sum] = "f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468"
inherit autotools pkgconfig lib_package gtk-doc
@@ -27,12 +27,6 @@ EXTRA_OECONF = " \
--without-graphite2 \
"
-do_configure_prepend() {
- # This is ancient and can get used instead of the patched one we ship,
- # so delete it. In 1.8.9 this should be removed upstream.
- rm -f ${S}/m4/pkg.m4
-}
-
PACKAGES =+ "${PN}-icu ${PN}-icu-dev"
LEAD_SONAME = "libharfbuzz.so"
@@ -43,4 +37,4 @@ FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \
${libdir}/pkgconfig/harfbuzz-icu.pc \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"