From 731a5ddb350acdf84b19c523d4d639a7b8aa2e72 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 20 Oct 2010 12:29:27 -0700 Subject: freetype: use oe_autoreconf Signed-off-by: Chris Larson --- recipes/freetype/freetype_2.4.3.bb | 8 +++----- 1 file 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 } -- cgit 1.2.3-korg