summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-06-05 17:09:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-06 09:32:31 +0100
commitfc9229e4ba56263cb09b0576075a21072dddfdf6 (patch)
treef4d0bee9d053688e8241c74a13db39d11e43c72c /meta
parent8509c1a7e5acd51aa82c9ffc2811e2532c0e81ce (diff)
downloadpoky-fc9229e4ba56263cb09b0576075a21072dddfdf6.tar.gz
fontconfig: enable 64 bit file support
When running 32bit code on a large filessytem with 64bit inodes, the fontcache was not being created correctly because an EOVERFLOW was being returned from the fstat when reading the 64 inode on a 32bit system. The fontcache is created at rootfs time on the host system via qemu. [YOCTO #6338] (From OE-Core rev: ca220681f1ba0fedeab68e96df58f36c4fbc7473) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
index 48385a369a..7e8708f873 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
+++ b/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
@@ -38,5 +38,7 @@ DEBIAN_NOAUTONAME_fontconfig-utils = "1"
38inherit autotools pkgconfig 38inherit autotools pkgconfig
39 39
40EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts" 40EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts"
41TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64"
42
41 43
42BBCLASSEXTEND = "native" 44BBCLASSEXTEND = "native"