summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts/ttf.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-02-11 22:49:37 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-16 05:52:37 +0100
commit20d6d3163b31d9f7099f24f4aaedb19c660fb7af (patch)
tree9981c1dec8a7f2511444ea6437a4664ca84f74c3 /meta-oe/recipes-graphics/ttf-fonts/ttf.inc
parent45809914310d4d4eda5982e1680f28c334f90769 (diff)
downloadmeta-openembedded-20d6d3163b31d9f7099f24f4aaedb19c660fb7af.tar.gz
ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf.inc')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf.inc b/meta-oe/recipes-graphics/ttf-fonts/ttf.inc
index 70283be78..c77af3993 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf.inc
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf.inc
@@ -9,4 +9,4 @@ do_install() {
9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; 9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
10} 10}
11 11
12inherit allarch update-fonts 12inherit allarch fontcache