From: Noor Ahsan Date: Thu, 20 Dec 2012 11:37:24 +0000 (+0500) Subject: freetype: Update EXTRA_OECONF to use host gcc. X-Git-Tag: 2015-4~8234 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23e6431687a5602a7e579c546a69008954f64620;p=openembedded-core.git freetype: Update EXTRA_OECONF to use host gcc. * It uses host gcc in its configure script. When IA32 toolchain is installed it starts using its binaries instead of native gcc. Modified EXTRA_OECONF so that host gcc is used. Signed-off-by: Noor Ahsa Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/freetype/freetype_2.4.10.bb b/meta/recipes-graphics/freetype/freetype_2.4.10.bb index 9365475bcc..35d6d221f3 100644 --- a/meta/recipes-graphics/freetype/freetype_2.4.10.bb +++ b/meta/recipes-graphics/freetype/freetype_2.4.10.bb @@ -28,7 +28,7 @@ inherit autotools pkgconfig binconfig LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" EXTRA_OEMAKE_class-native = "" -EXTRA_OECONF = "--without-zlib --without-bzip2" +EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'" do_configure() { cd builds/unix