diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-04 18:05:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-06 15:16:01 +0100 |
commit | 61911b23099c2658186179504ded318c987b5276 (patch) | |
tree | aa06906b8a9f0e08253b560fd519a6f03f233d80 /meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | |
parent | 4128325a4c87bcde6ac6ffe5dbf5d6d057ee4804 (diff) | |
download | meta-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-liberation_0.2.bb')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb index c0d77fd46..901b8b294 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | |||
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ | 7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ |
8 | " | 8 | " |
9 | 9 | ||
10 | PR = "r5" | 10 | PR = "r6" |
11 | 11 | ||
12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" | 12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" |
13 | S = "${WORKDIR}/liberation-fonts-${PV}" | 13 | S = "${WORKDIR}/liberation-fonts-${PV}" |
14 | 14 | ||
15 | PACKAGES = "${PN}-dbg ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
16 | RRECOMMENDS_${PN}-dbg = "" | 16 | UPDATE_FONTS_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
17 | 17 | ||
18 | FILES_ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" | 18 | FILES_ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" |
19 | FILES_ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" | 19 | FILES_ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" |