freetype: Call libtoolize in custom do_configure to unbreak libtool 2.2.2 builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4258 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-04-14 22:22:02 +00:00
parent 4ce65a37c4
commit ce7bf0a303

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Freetype font rendering library"
SECTION = "libs"
LICENSE = "freetype"
PR = "r2"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://fix-x86_64-build.patch;patch=1 \
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--without-zlib"
do_configure() {
cd builds/unix
gnu-configize
libtoolize
aclocal -I .
autoconf
cd ${S}