]> code.ossystems Code Review - openembedded-core.git/commitdiff
freetype: Call libtoolize in custom do_configure to unbreak libtool 2.2.2 builds
authorRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 22:22:02 +0000 (22:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 22:22:02 +0000 (22:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4258 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/freetype/freetype_2.3.5.bb

index 3240e6c5f8575812e6a3df583ea8a440befd4f73..efc8b969e2ec6493155d4dad3014dd8427f7455c 100644 (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}