diff options
| author | Noor Ahsan <noor_ahsan@mentor.com> | 2012-12-20 16:37:24 +0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-26 11:34:06 +0000 |
| commit | 9d985e95474b84241d07007d71c1e6c82f2174ce (patch) | |
| tree | d859ac5241c5c4aeaf33d94155798e8494876f46 | |
| parent | f83ff491b4812e9b68df5a55391ac3f4e18755ae (diff) | |
| download | poky-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>
| -rw-r--r-- | 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 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 | |||
| 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_class-native = "" | 30 | EXTRA_OEMAKE_class-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 |
