[oe-commits] Stefan Schmidt : fontconfig: Use /var/lib/ fontconfig for the cache as this is no tmpfs

GIT User account git at amethyst.openembedded.net
Thu Nov 20 13:47:47 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 94c3438f511b4faa735064be8c563da8631b34c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=94c3438f511b4faa735064be8c563da8631b34c7

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Nov 20 13:45:16 2008 +0000

fontconfig: Use /var/lib/fontconfig for the cache as this is no tmpfs

---

 packages/fontconfig/fontconfig.inc      |    2 +-
 packages/fontconfig/fontconfig_2.6.0.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/fontconfig/fontconfig.inc b/packages/fontconfig/fontconfig.inc
index 252b843..9af3540 100644
--- a/packages/fontconfig/fontconfig.inc
+++ b/packages/fontconfig/fontconfig.inc
@@ -18,7 +18,7 @@ inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
 
-EXTRA_OECONF = " --disable-docs"
+EXTRA_OECONF = " --disable-docs --with-cache-dir=/var/lib/fontconfig"
 EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
 
 # The tarball has some of the patched files as read only, which
diff --git a/packages/fontconfig/fontconfig_2.6.0.bb b/packages/fontconfig/fontconfig_2.6.0.bb
index 3f7eca4..d6c1019 100644
--- a/packages/fontconfig/fontconfig_2.6.0.bb
+++ b/packages/fontconfig/fontconfig_2.6.0.bb
@@ -24,7 +24,7 @@ inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
 
-EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}"
+EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-cache-dir=/var/lib/fontconfig"
 EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
 
 # The tarball has some of the patched files as read only, which





More information about the Openembedded-commits mailing list