From: Stefan Schmidt Date: Thu, 20 Nov 2008 13:45:16 +0000 (+0000) Subject: fontconfig: Use /var/lib/fontconfig for the cache as this is no tmpfs X-Git-Tag: Release-2010-05/1~5156^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c3438f511b4faa735064be8c563da8631b34c7;p=openembedded.git fontconfig: Use /var/lib/fontconfig for the cache as this is no tmpfs --- diff --git a/packages/fontconfig/fontconfig.inc b/packages/fontconfig/fontconfig.inc index 252b843340..9af3540080 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 3f7eca4b4e..d6c1019c1e 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