summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-16 04:45:01 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-16 04:45:33 -0500
commit547a879c248a22b6c1b2fdd0762d97156755cdf0 (patch)
tree2fcf3731745ad36bd4f330b7f8f58e3e8bc150c6 /meta
parentd623231b6015cceafee22f82d1a89ae7f1bb2085 (diff)
downloadast2050-yocto-poky-547a879c248a22b6c1b2fdd0762d97156755cdf0.zip
ast2050-yocto-poky-547a879c248a22b6c1b2fdd0762d97156755cdf0.tar.gz
Fix freetype FTBFS after automake update
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.4.bb b/meta/recipes-graphics/freetype/freetype_2.5.4.bb
index b5f0362..6d0e870 100644
--- a/meta/recipes-graphics/freetype/freetype_2.5.4.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.4.bb
@@ -21,7 +21,7 @@ BINCONFIG = "${bindir}/freetype-config"
inherit autotools-brokensep pkgconfig binconfig-disabled multilib_header
-LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
+LIBTOOL = "${S}/builds/unix/libtool"
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
EXTRA_OEMAKE_class-native = ""
EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
OpenPOWER on IntegriCloud