diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-09 16:58:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:35:33 +0100 |
commit | e0a3495d44ddeee674768f50a1acf0d2164222eb (patch) | |
tree | facad45d98701908afcc5d4173ba8a63bebfe2bd | |
parent | f365b565902879ed9449a6f797f46a630061b153 (diff) | |
download | poky-e0a3495d44ddeee674768f50a1acf0d2164222eb.tar.gz |
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: 84a4326473ce448c9bdd9a8b79383c319f04d339)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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" | |||
38 | inherit autotools pkgconfig | 38 | inherit autotools pkgconfig |
39 | 39 | ||
40 | EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts" | 40 | EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts" |
41 | TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64" | ||
42 | |||
43 | 41 | ||
44 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |