[oe-commits] Marcin Juszkiewicz : xorg-font: do not call 'fc-cache' during do_install

GIT User account git at amethyst.openembedded.net
Mon Feb 2 15:28:19 UTC 2009


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

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Mon Feb  2 16:22:41 2009 +0100

xorg-font: do not call 'fc-cache' during do_install

We package only fonts so 'fc-cache' run is not required (and breaks for
some fonts).

Still needed is adding call of 'fc-cache' (or rather 'update-fonts' from
'font-update-common' package) on target device.

---

 packages/xorg-font/xorg-font-common.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/xorg-font/xorg-font-common.inc b/packages/xorg-font/xorg-font-common.inc
index 429b990..c2ea41e 100644
--- a/packages/xorg-font/xorg-font-common.inc
+++ b/packages/xorg-font/xorg-font-common.inc
@@ -19,6 +19,7 @@ do_configure_prepend() {
         fi
 }
 
+EXTRA_OEMAKE += "FCCACHE=/bin/true"
 do_install_append() {
 	find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f
 	find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f





More information about the Openembedded-commits mailing list