From: Marcin Juszkiewicz Date: Mon, 2 Feb 2009 15:22:41 +0000 (+0100) Subject: xorg-font: do not call 'fc-cache' during do_install X-Git-Tag: Release-2010-05/1~4003 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973e72926d884e2b7d0abb9ab45ee3924a4e30fe;p=openembedded.git 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. --- diff --git a/packages/xorg-font/xorg-font-common.inc b/packages/xorg-font/xorg-font-common.inc index 429b9907c0..c2ea41e8e0 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