[oe-commits] Ross Burton : Revert "fontconfig: enable 64 bit file support"

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:36:16 UTC 2014


Module: openembedded-core.git
Branch: daisy
Commit: 98f9a9fd359c356c9ce6dd0ba16a557b7a07b788
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=98f9a9fd359c356c9ce6dd0ba16a557b7a07b788

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jun  9 16:58:58 2014 +0100

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 <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
index 7e8708f..48385a3 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"



More information about the Openembedded-commits mailing list