aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf_samuelsson@telia.com>2011-10-22 14:27:15 +0200
committerUlf Samuelsson <ulf_samuelsson@telia.com>2011-11-21 15:54:21 +0100
commitfd3fdd5980c623d330f021a72952e8477d42516a (patch)
tree238d0b95d11afdca3abc611bc6f8c746b06f7b48
parentbd6916a6b0cc44a2ee694ee4f9fca09fa5d2e2a3 (diff)
downloadopenembedded-fd3fdd5980c623d330f021a72952e8477d42516a.tar.gz
freetype_2.4.3.bb; Change order of configuration.
Build of freetype-native is broken on Ubuntu 11.10 x64 - possible others. Problem fixed in openembedded-core 2.4.4 recipe Backporting the change will allow the build to complete. openembedded-core-contrib/meta/recipes-graphics/freetype Signed-Off-By: Ulf Samuelsson <ulf_samuelsson@telia.com>
-rw-r--r--recipes/freetype/freetype_2.4.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/freetype/freetype_2.4.3.bb b/recipes/freetype/freetype_2.4.3.bb
index 66d2e51fe2..dfc1b438e9 100644
--- a/recipes/freetype/freetype_2.4.3.bb
+++ b/recipes/freetype/freetype_2.4.3.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Freetype font rendering library"
SECTION = "libs"
LICENSE = "freetype GPLv2"
-PR = "r1"
+PR = "r2"
DEPENDS = "zlib"
SRC_URI = "\
@@ -23,9 +23,9 @@ LDFLAGS_append = " -Wl,-rpath-link -Wl,${STAGING_DIR_TARGET}${libdir}"
do_configure() {
cd builds/unix
- gnu-configize --force
- aclocal -I .
libtoolize --force --copy
+ aclocal -I .
+ gnu-configize --force
autoconf
cd ${S}
oe_runconf