[oe-commits] Chris Larson : freetype: use oe_autoreconf

git version control git at git.openembedded.org
Fri Oct 22 03:31:00 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: ed5e0a779c8215419a4577e5c07792ec8fdab052
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ed5e0a779c8215419a4577e5c07792ec8fdab052

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Oct 20 12:29:27 2010 -0700

freetype: use oe_autoreconf

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/freetype/freetype_2.4.3.bb |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/freetype/freetype_2.4.3.bb b/recipes/freetype/freetype_2.4.3.bb
index 90a0fe8..6f3da05 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 = "\
@@ -18,14 +18,12 @@ SRC_URI[sha256sum] = "b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51
 inherit autotools pkgconfig binconfig
 
 LIBTOOL = "${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${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
 }





More information about the Openembedded-commits mailing list