From 3caae900f327ae67445ece67975862be11d2fde7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jun 2014 16:58:58 +0100 Subject: 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. (From OE-Core rev: 98f9a9fd359c356c9ce6dd0ba16a557b7a07b788) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta') 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" -- cgit v1.2.3-54-g00ecf