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-gentium_1.02.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-gentium_1.02.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb index 3c49e24836..1e21e14768 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "OFL" | |||
| 6 | LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL" | 6 | LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL" |
| 7 | LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ | 7 | LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ |
| 8 | " | 8 | " |
| 9 | PR = "r6" | 9 | PR = "r7" |
| 10 | 10 | ||
| 11 | SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " | 11 | SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " |
| 12 | 12 | ||
| @@ -22,15 +22,16 @@ do_install_append() { | |||
| 22 | 22 | ||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | PACKAGES = "${PN}-dbg ${PN} ${PN}-alt" | 25 | PACKAGES = "${PN} ${PN}-alt" |
| 26 | UPDATE_FONTS_PACKAGES = "${PN} ${PN}-alt" | ||
| 26 | 27 | ||
| 27 | FILES_ttf-gentium-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ | 28 | FILES_${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ |
| 28 | ${datadir}/fonts/truetype/GenAR*.ttf \ | 29 | ${datadir}/fonts/truetype/GenAR*.ttf \ |
| 29 | ${datadir}/doc/ttf-gentium-alt/*" | 30 | ${datadir}/doc/ttf-gentium-alt/*" |
| 30 | 31 | ||
| 31 | FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ | 32 | FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ |
| 32 | ${datadir}/fonts/truetype/GenR*.ttf \ | 33 | ${datadir}/fonts/truetype/GenR*.ttf \ |
| 33 | ${datadir}/doc/ttf-gentium/*" | 34 | ${datadir}/doc/ttf-gentium/*" |
| 34 | 35 | ||
| 35 | SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883" | 36 | SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883" |
| 36 | SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37" | 37 | SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37" |
