summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/packagegroups
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-04 14:33:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-09-05 10:05:06 +0200
commit49e269ecc66adda341922cbd86167bbfa97c54ca (patch)
treec8a49f67708832dc9aa613bb45ef62c06d9a0c62 /meta-oe/recipes-graphics/packagegroups
parent21a4be0e36bb1ee6c3c469c83a623c5d9a45257a (diff)
downloadmeta-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.bb22
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 816a67f59..76126fc81 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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0" 5PV = "1.0"
6PR = "r1" 6PR = "r2"
7 7
8inherit packagegroup allarch 8inherit packagegroup allarch
9 9
@@ -12,14 +12,26 @@ PACKAGES += "\
12 ${PN}-chinese \ 12 ${PN}-chinese \
13 ${PN}-japanese \ 13 ${PN}-japanese \
14" 14"
15RPROVIDES_${PN} += "task-fonts-truetype"
16RPROVIDES_${PN}-core += "task-fonts-truetype-core"
17RPROVIDES_${PN}-chinese += "task-fonts-truetype-chinese"
18RPROVIDES_${PN}-japanese += "task-fonts-truetype-japanese"
19RREPLACES_${PN} += "task-fonts-truetype"
20RREPLACES_${PN}-core += "task-fonts-truetype-core"
21RREPLACES_${PN}-chinese += "task-fonts-truetype-chinese"
22RREPLACES_${PN}-japanese += "task-fonts-truetype-japanese"
23RCONFLICTS_${PN} += "task-fonts-truetype"
24RCONFLICTS_${PN}-core += "task-fonts-truetype-core"
25RCONFLICTS_${PN}-chinese += "task-fonts-truetype-chinese"
26RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese"
15 27
16RRECOMMENDS_packagegroup-fonts-truetype = "\ 28RRECOMMENDS_${PN} = "\
17 ${PN}-core \ 29 ${PN}-core \
18 ${PN}-chinese \ 30 ${PN}-chinese \
19 ${PN}-japanese \ 31 ${PN}-japanese \
20" 32"
21 33
22RDEPENDS_packagegroup-fonts-truetype-core = "\ 34RDEPENDS_${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
31RDEPENDS_packagegroup-fonts-truetype-chinese = "\ 43RDEPENDS_${PN}-chinese = "\
32 ${PN}-core \ 44 ${PN}-core \
33 ttf-arphic-uming \ 45 ttf-arphic-uming \
34" 46"
35 47
36RDEPENDS_packagegroup-fonts-truetype-japanese = "\ 48RDEPENDS_${PN}-japanese = "\
37 ${PN}-core \ 49 ${PN}-core \
38 ttf-sazanami-gothic \ 50 ttf-sazanami-gothic \
39 ttf-sazanami-mincho \ 51 ttf-sazanami-mincho \