summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb')
-rw-r--r--meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
index 3069d2ded..0af6ac006 100644
--- a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
+++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
@@ -13,13 +13,13 @@ PACKAGES += "\
13 ${PN}-japanese \ 13 ${PN}-japanese \
14" 14"
15 15
16RRECOMMENDS_${PN} = "\ 16RRECOMMENDS:${PN} = "\
17 ${PN}-core \ 17 ${PN}-core \
18 ${PN}-chinese \ 18 ${PN}-chinese \
19 ${PN}-japanese \ 19 ${PN}-japanese \
20" 20"
21 21
22RDEPENDS_${PN}-core = "\ 22RDEPENDS:${PN}-core = "\
23 fontconfig-utils \ 23 fontconfig-utils \
24 \ 24 \
25 ttf-dejavu-common \ 25 ttf-dejavu-common \
@@ -28,12 +28,12 @@ RDEPENDS_${PN}-core = "\
28" 28"
29# ttf-dejavu-serif 29# ttf-dejavu-serif
30 30
31RDEPENDS_${PN}-chinese = "\ 31RDEPENDS:${PN}-chinese = "\
32 ${PN}-core \ 32 ${PN}-core \
33 ttf-arphic-uming \ 33 ttf-arphic-uming \
34" 34"
35 35
36RDEPENDS_${PN}-japanese = "\ 36RDEPENDS:${PN}-japanese = "\
37 ${PN}-core \ 37 ${PN}-core \
38 ttf-sazanami-gothic \ 38 ttf-sazanami-gothic \
39 ttf-sazanami-mincho \ 39 ttf-sazanami-mincho \