summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/packagegroups
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-04 14:11:58 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-09-05 10:05:06 +0200
commit21a4be0e36bb1ee6c3c469c83a623c5d9a45257a (patch)
treebe14375786b4756c8c9d62020cc99a8b2da808fa /meta-oe/recipes-graphics/packagegroups
parentf3dbc97b44a5dd2588eb0c6ed7e3ce1b1e997847 (diff)
downloadmeta-openembedded-21a4be0e36bb1ee6c3c469c83a623c5d9a45257a.tar.gz
task*: rename to packagegroup to match oe-core
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.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
new file mode 100644
index 0000000000..816a67f593
--- /dev/null
+++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
@@ -0,0 +1,40 @@
1DESCRIPTION = "Install one of these tasks to get support for truetype fonts."
2SECTION = "fonts"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0"
6PR = "r1"
7
8inherit packagegroup allarch
9
10PACKAGES += "\
11 ${PN}-core \
12 ${PN}-chinese \
13 ${PN}-japanese \
14"
15
16RRECOMMENDS_packagegroup-fonts-truetype = "\
17 ${PN}-core \
18 ${PN}-chinese \
19 ${PN}-japanese \
20"
21
22RDEPENDS_packagegroup-fonts-truetype-core = "\
23 fontconfig-utils \
24 \
25 ttf-dejavu-common \
26 ttf-dejavu-sans \
27 ttf-dejavu-sans-mono \
28"
29# ttf-dejavu-serif \
30
31RDEPENDS_packagegroup-fonts-truetype-chinese = "\
32 ${PN}-core \
33 ttf-arphic-uming \
34"
35
36RDEPENDS_packagegroup-fonts-truetype-japanese = "\
37 ${PN}-core \
38 ttf-sazanami-gothic \
39 ttf-sazanami-mincho \
40"