summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2012-12-20 16:37:24 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-26 11:34:06 +0000
commit9d985e95474b84241d07007d71c1e6c82f2174ce (patch)
treed859ac5241c5c4aeaf33d94155798e8494876f46 /meta/recipes-graphics/freetype
parentf83ff491b4812e9b68df5a55391ac3f4e18755ae (diff)
downloadpoky-9d985e95474b84241d07007d71c1e6c82f2174ce.tar.gz
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. (From OE-Core rev: 23e6431687a5602a7e579c546a69008954f64620) Signed-off-by: Noor Ahsa <noor_ahsan@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/freetype')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.4.10.bb2
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 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
28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" 28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" 29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
30EXTRA_OEMAKE_class-native = "" 30EXTRA_OEMAKE_class-native = ""
31EXTRA_OECONF = "--without-zlib --without-bzip2" 31EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
32 32
33do_configure() { 33do_configure() {
34 cd builds/unix 34 cd builds/unix