ttf.inc: INHIBIT_DEFAULT_DEPS
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 15 Oct 2008 18:28:48 +0000 (20:28 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 15 Oct 2008 18:32:55 +0000 (20:32 +0200)
packages/ttf-fonts/ttf.inc

index 65e08a6..3c04f1b 100644 (file)
@@ -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/ \;