mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user