diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:22:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:22:02 +0000 |
commit | ce7bf0a3032b0c4edba4dd365255011b1b699953 (patch) | |
tree | 4428cbe31e04b9fb6f9f8af5e0b1822957aaa66e /meta/packages | |
parent | 4ce65a37c4da0ddbc8c7428dbbb16d4743d480b7 (diff) | |
download | poky-ce7bf0a3032b0c4edba4dd365255011b1b699953.tar.gz |
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/freetype/freetype_2.3.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/freetype/freetype_2.3.5.bb b/meta/packages/freetype/freetype_2.3.5.bb index 3240e6c5f8..efc8b969e2 100644 --- a/meta/packages/freetype/freetype_2.3.5.bb +++ b/meta/packages/freetype/freetype_2.3.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Freetype font rendering library" | 1 | DESCRIPTION = "Freetype font rendering library" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "freetype" | 3 | LICENSE = "freetype" |
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
7 | file://fix-x86_64-build.patch;patch=1 \ | 7 | file://fix-x86_64-build.patch;patch=1 \ |
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--without-zlib" | |||
19 | do_configure() { | 19 | do_configure() { |
20 | cd builds/unix | 20 | cd builds/unix |
21 | gnu-configize | 21 | gnu-configize |
22 | libtoolize | ||
22 | aclocal -I . | 23 | aclocal -I . |
23 | autoconf | 24 | autoconf |
24 | cd ${S} | 25 | cd ${S} |