aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freetype/freetype_2.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freetype/freetype_2.4.3.bb')
-rw-r--r--recipes/freetype/freetype_2.4.3.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/freetype/freetype_2.4.3.bb b/recipes/freetype/freetype_2.4.3.bb
index 90a0fe8c49..5a6e651cab 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 = "r0"
+PR = "r1"
DEPENDS = "zlib"
SRC_URI = "\
@@ -19,13 +19,11 @@ inherit autotools pkgconfig binconfig
LIBTOOL = "${HOST_SYS}-libtool"
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
+EXTRA_AUTORECONF += "--exclude=autoheader"
do_configure() {
cd builds/unix
- libtoolize --force --copy
- gnu-configize --force
- aclocal -I .
- autoconf
+ oe_autoreconf -I .
cd ${S}
oe_runconf
}