summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.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-sazanami_20040629.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-sazanami_20040629.bb')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index 3c4cb26d4..d982c112b 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -9,17 +9,18 @@ LICENSE = "Public domain"
9LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" 9LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
10SRC_DISTRIBUTE_LICENSES += "${PN}" 10SRC_DISTRIBUTE_LICENSES += "${PN}"
11RPROVIDES_${PN} = "virtual-japanese-font" 11RPROVIDES_${PN} = "virtual-japanese-font"
12PR = "r7" 12PR = "r8"
13 13
14SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" 14SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2"
15S = "${WORKDIR}/sazanami-20040629" 15S = "${WORKDIR}/sazanami-20040629"
16 16
17PACKAGES = "${PN}-dbg ttf-sazanami-gothic ttf-sazanami-mincho" 17PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho"
18RRECOMMENDS_${PN}-dbg = "" 18UPDATE_FONTS_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho"
19
19FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \ 20FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \
20 ${datadir}/doc/ttf-sazanami-gothic/README" 21 ${datadir}/doc/ttf-sazanami-gothic/README"
21FILES_ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \ 22FILES_ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \
22 ${datadir}/doc/ttf-sazanami-mincho/README" 23 ${datadir}/doc/ttf-sazanami-mincho/README"
23 24
24do_install_append() { 25do_install_append() {
25 # README contains the redistribution license 26 # README contains the redistribution license