diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-04 14:11:58 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-05 10:05:06 +0200 |
| commit | 21a4be0e36bb1ee6c3c469c83a623c5d9a45257a (patch) | |
| tree | be14375786b4756c8c9d62020cc99a8b2da808fa /meta-oe/recipes-graphics | |
| parent | f3dbc97b44a5dd2588eb0c6ed7e3ce1b1e997847 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb (renamed from meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb index 112e8cbc12..816a67f593 100644 --- a/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb +++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
| 5 | PV = "1.0" | 5 | PV = "1.0" |
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | inherit task allarch | 8 | inherit packagegroup allarch |
| 9 | 9 | ||
| 10 | PACKAGES += "\ | 10 | PACKAGES += "\ |
| 11 | ${PN}-core \ | 11 | ${PN}-core \ |
| @@ -13,13 +13,13 @@ PACKAGES += "\ | |||
| 13 | ${PN}-japanese \ | 13 | ${PN}-japanese \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | RRECOMMENDS_task-fonts-truetype = "\ | 16 | RRECOMMENDS_packagegroup-fonts-truetype = "\ |
| 17 | ${PN}-core \ | 17 | ${PN}-core \ |
| 18 | ${PN}-chinese \ | 18 | ${PN}-chinese \ |
| 19 | ${PN}-japanese \ | 19 | ${PN}-japanese \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | RDEPENDS_task-fonts-truetype-core = "\ | 22 | RDEPENDS_packagegroup-fonts-truetype-core = "\ |
| 23 | fontconfig-utils \ | 23 | fontconfig-utils \ |
| 24 | \ | 24 | \ |
| 25 | ttf-dejavu-common \ | 25 | ttf-dejavu-common \ |
| @@ -28,12 +28,12 @@ RDEPENDS_task-fonts-truetype-core = "\ | |||
| 28 | " | 28 | " |
| 29 | # ttf-dejavu-serif \ | 29 | # ttf-dejavu-serif \ |
| 30 | 30 | ||
| 31 | RDEPENDS_task-fonts-truetype-chinese = "\ | 31 | RDEPENDS_packagegroup-fonts-truetype-chinese = "\ |
| 32 | ${PN}-core \ | 32 | ${PN}-core \ |
| 33 | ttf-arphic-uming \ | 33 | ttf-arphic-uming \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | RDEPENDS_task-fonts-truetype-japanese = "\ | 36 | RDEPENDS_packagegroup-fonts-truetype-japanese = "\ |
| 37 | ${PN}-core \ | 37 | ${PN}-core \ |
| 38 | ttf-sazanami-gothic \ | 38 | ttf-sazanami-gothic \ |
| 39 | ttf-sazanami-mincho \ | 39 | ttf-sazanami-mincho \ |
