summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-19 11:58:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-20 22:23:21 +0100
commit1fba7bec25c7788edf89a29ab5ebf58d4afab500 (patch)
tree49a42621dc3f0798bc5df98ae083dc515c4ea7a8 /meta/recipes-graphics/freetype
parentd2f34d350d880adeb0b298b1124763eb6acd52e6 (diff)
downloadpoky-1fba7bec25c7788edf89a29ab5ebf58d4afab500.tar.gz
freetype: disable bzip2 compressed font support
If we do not disable this then it is enabled sometimes and disabled at others depending on whether bzip2 has been built at the time, and worst case it will cause a race condition if bzip2 is building at the same time. (From OE-Core rev: 81274f4488fbc4d68d150870735ec0181b60b451) Signed-off-by: Paul Eggleton <paul.eggleton@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.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.6.bb b/meta/recipes-graphics/freetype/freetype_2.4.6.bb
index 8150dd41eb..94a389ab42 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.6.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.6.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39
13 13
14SECTION = "libs" 14SECTION = "libs"
15 15
16PR = "r0" 16PR = "r1"
17 17
18SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ 18SRC_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
28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" 28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" 29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
30EXTRA_OEMAKE_virtclass-native = "" 30EXTRA_OEMAKE_virtclass-native = ""
31EXTRA_OECONF = "--without-zlib" 31EXTRA_OECONF = "--without-zlib --without-bzip2"
32 32
33do_configure() { 33do_configure() {
34 cd builds/unix 34 cd builds/unix