[oe-commits] Noor Ahsan : freetype: Update EXTRA_OECONF to use host gcc.

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 11:34:52 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 23e6431687a5602a7e579c546a69008954f64620
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=23e6431687a5602a7e579c546a69008954f64620

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Thu Dec 20 16:37:24 2012 +0500

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 <noor_ahsan at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/freetype/freetype_2.4.10.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.10.bb b/meta/recipes-graphics/freetype/freetype_2.4.10.bb
index 9365475..35d6d22 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





More information about the Openembedded-commits mailing list