From: Ross Burton Date: Mon, 9 Jun 2014 15:58:58 +0000 (+0100) Subject: Revert "fontconfig: enable 64 bit file support" X-Git-Tag: 2015-4~2598 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=84a4326473ce448c9bdd9a8b79383c319f04d339;p=openembedded-core.git Revert "fontconfig: enable 64 bit file support" Fontconfig doesn't need to be passed large file flags through CPPFLAGS because it's configure script uses AC_SYS_LARGEFILE. This reverts commit 5a49a24d35794fcf9e3895469a67db992a52305e. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb index 4fa58ab380..797b3218b5 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb @@ -38,7 +38,5 @@ DEBIAN_NOAUTONAME_fontconfig-utils = "1" inherit autotools pkgconfig EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts" -TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64" - BBCLASSEXTEND = "native"