[oe-commits] Michael 'Mickey' Lauer : ttf.inc: INHIBIT_DEFAULT_DEPS

GIT User account git at amethyst.openembedded.net
Wed Oct 15 21:13:50 UTC 2008


Module: openembedded.dev.git
Branch: holger/hash-style
Commit: 76640097cf2f5d7c7cd2677372db32d5cc6db48a
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=76640097cf2f5d7c7cd2677372db32d5cc6db48a

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 15 20:28:48 2008 +0200

ttf.inc: INHIBIT_DEFAULT_DEPS

---

 packages/ttf-fonts/ttf.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc
index 65e08a6..3c04f1b 100644
--- a/packages/ttf-fonts/ttf.inc
+++ b/packages/ttf-fonts/ttf.inc
@@ -1,7 +1,11 @@
+DESCRIPTION ?= "TrueType font package ${PN}"
 SECTION = "fonts"
 PRIORITY = "optional"
 RRECOMMENDS += "font-update-common"
 
+# we don't need a compiler nor a c library for these fonts
+INHIBIT_DEFAULT_DEPS = "1"
+
 do_install() {
     install -d ${D}${datadir}/fonts/truetype/
     find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;





More information about the Openembedded-commits mailing list