From: Ross Burton Date: Mon, 9 Jun 2014 15:58:58 +0000 (+0100) Subject: Revert "fontconfig: enable 64 bit file support" X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=98f9a9fd359c356c9ce6dd0ba16a557b7a07b788;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.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb index 7e8708f873..48385a369a 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.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"