summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-04 18:05:04 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-06 15:16:01 +0100
commit61911b23099c2658186179504ded318c987b5276 (patch)
treeaa06906b8a9f0e08253b560fd519a6f03f233d80 /meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
parent4128325a4c87bcde6ac6ffe5dbf5d6d057ee4804 (diff)
downloadmeta-openembedded-61911b23099c2658186179504ded318c987b5276.tar.gz
ttf: introduce update-fonts bbclass and change all ttf recipes to use it
* without this ttf.inc had to set RRECOMMENDS and postinst/postrm without PN suffix to cover all subpackages created in ttf recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
index 08d79a18c..8d992590a 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb
@@ -13,8 +13,8 @@ SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811
13 13
14S = "${WORKDIR}/ubuntu-font-family-${PV}" 14S = "${WORKDIR}/ubuntu-font-family-${PV}"
15 15
16PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans" 16PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
17RRECOMMENDS_${PN}-dbg = "" 17UPDATE_FONTS_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
18 18
19FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" 19FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
20FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" 20FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"