]> code.ossystems Code Review - openembedded-core.git/commitdiff
harfbuzz: remove stale pkg.m4
authorRoss Burton <ross.burton@intel.com>
Tue, 11 Sep 2018 09:37:36 +0000 (10:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Sep 2018 09:46:12 +0000 (10:46 +0100)
harfbuzz shipped an old pkg.m4 which overruled the pkg.m4 from the sysroot.
This is now fixed upstream, but until another release is made delete it from the
source tree.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb

index f41db989c70b2de7018b5e635db7958314c8b8eb..b904d935317cedb1e40c4465e7343621dad0c745 100644 (file)
@@ -27,6 +27,12 @@ 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"