diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2012-12-20 16:37:24 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:19:52 +0000 |
commit | c7631077dd35eb545c4d32d76688ef59ce06c182 (patch) | |
tree | 39367cb4e06e6f0d06f508f758d9ef32038979c1 | |
parent | 4257e91cc5b41369114b0d73f460aa21d45cf59f (diff) | |
download | poky-c7631077dd35eb545c4d32d76688ef59ce06c182.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: 5e6025d0d90d31182e09dadd238669520d688c43)
Signed-off-by: Noor Ahsa <noor_ahsan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.4.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.10.bb b/meta/recipes-graphics/freetype/freetype_2.4.10.bb index cf2a78e02c..2d70f2535d 100644 --- a/meta/recipes-graphics/freetype/freetype_2.4.10.bb +++ b/meta/recipes-graphics/freetype/freetype_2.4.10.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 | |||
13 | 13 | ||
14 | SECTION = "libs" | 14 | SECTION = "libs" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r1" |
17 | 17 | ||
18 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
19 | file://no-hardcode.patch" | 19 | file://no-hardcode.patch" |
@@ -28,7 +28,7 @@ inherit autotools pkgconfig binconfig | |||
28 | LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" | 28 | LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" |
29 | EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" | 29 | EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" |
30 | EXTRA_OEMAKE_virtclass-native = "" | 30 | EXTRA_OEMAKE_virtclass-native = "" |
31 | EXTRA_OECONF = "--without-zlib --without-bzip2" | 31 | EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'" |
32 | 32 | ||
33 | do_configure() { | 33 | do_configure() { |
34 | cd builds/unix | 34 | cd builds/unix |