diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-04 14:33:50 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-05 10:05:06 +0200 |
| commit | 49e269ecc66adda341922cbd86167bbfa97c54ca (patch) | |
| tree | c8a49f67708832dc9aa613bb45ef62c06d9a0c62 /meta-oe/recipes-graphics/packagegroups | |
| parent | 21a4be0e36bb1ee6c3c469c83a623c5d9a45257a (diff) | |
| download | meta-openembedded-49e269ecc66adda341922cbd86167bbfa97c54ca.tar.gz | |
packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some upgrade path
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/packagegroups')
| -rw-r--r-- | meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb index 816a67f593..76126fc81c 100644 --- a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb +++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "fonts" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 5 | PV = "1.0" | 5 | PV = "1.0" |
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | inherit packagegroup allarch | 8 | inherit packagegroup allarch |
| 9 | 9 | ||
| @@ -12,14 +12,26 @@ PACKAGES += "\ | |||
| 12 | ${PN}-chinese \ | 12 | ${PN}-chinese \ |
| 13 | ${PN}-japanese \ | 13 | ${PN}-japanese \ |
| 14 | " | 14 | " |
| 15 | RPROVIDES_${PN} += "task-fonts-truetype" | ||
| 16 | RPROVIDES_${PN}-core += "task-fonts-truetype-core" | ||
| 17 | RPROVIDES_${PN}-chinese += "task-fonts-truetype-chinese" | ||
| 18 | RPROVIDES_${PN}-japanese += "task-fonts-truetype-japanese" | ||
| 19 | RREPLACES_${PN} += "task-fonts-truetype" | ||
| 20 | RREPLACES_${PN}-core += "task-fonts-truetype-core" | ||
| 21 | RREPLACES_${PN}-chinese += "task-fonts-truetype-chinese" | ||
| 22 | RREPLACES_${PN}-japanese += "task-fonts-truetype-japanese" | ||
| 23 | RCONFLICTS_${PN} += "task-fonts-truetype" | ||
| 24 | RCONFLICTS_${PN}-core += "task-fonts-truetype-core" | ||
| 25 | RCONFLICTS_${PN}-chinese += "task-fonts-truetype-chinese" | ||
| 26 | RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese" | ||
| 15 | 27 | ||
| 16 | RRECOMMENDS_packagegroup-fonts-truetype = "\ | 28 | RRECOMMENDS_${PN} = "\ |
| 17 | ${PN}-core \ | 29 | ${PN}-core \ |
| 18 | ${PN}-chinese \ | 30 | ${PN}-chinese \ |
| 19 | ${PN}-japanese \ | 31 | ${PN}-japanese \ |
| 20 | " | 32 | " |
| 21 | 33 | ||
| 22 | RDEPENDS_packagegroup-fonts-truetype-core = "\ | 34 | RDEPENDS_${PN}-core = "\ |
| 23 | fontconfig-utils \ | 35 | fontconfig-utils \ |
| 24 | \ | 36 | \ |
| 25 | ttf-dejavu-common \ | 37 | ttf-dejavu-common \ |
| @@ -28,12 +40,12 @@ RDEPENDS_packagegroup-fonts-truetype-core = "\ | |||
| 28 | " | 40 | " |
| 29 | # ttf-dejavu-serif \ | 41 | # ttf-dejavu-serif \ |
| 30 | 42 | ||
| 31 | RDEPENDS_packagegroup-fonts-truetype-chinese = "\ | 43 | RDEPENDS_${PN}-chinese = "\ |
| 32 | ${PN}-core \ | 44 | ${PN}-core \ |
| 33 | ttf-arphic-uming \ | 45 | ttf-arphic-uming \ |
| 34 | " | 46 | " |
| 35 | 47 | ||
| 36 | RDEPENDS_packagegroup-fonts-truetype-japanese = "\ | 48 | RDEPENDS_${PN}-japanese = "\ |
| 37 | ${PN}-core \ | 49 | ${PN}-core \ |
| 38 | ttf-sazanami-gothic \ | 50 | ttf-sazanami-gothic \ |
| 39 | ttf-sazanami-mincho \ | 51 | ttf-sazanami-mincho \ |
