diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-02-11 22:49:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:52:37 +0100 |
commit | 20d6d3163b31d9f7099f24f4aaedb19c660fb7af (patch) | |
tree | 9981c1dec8a7f2511444ea6437a4664ca84f74c3 /meta-oe/recipes-graphics/ttf-fonts/ttf.inc | |
parent | 45809914310d4d4eda5982e1680f28c334f90769 (diff) | |
download | meta-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.inc | 2 |
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 | ||
12 | inherit allarch update-fonts | 12 | inherit allarch fontcache |