diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-graphics/packagegroups | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | 8 |
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 3069d2dedd..0af6ac006e 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 | ||
| 16 | RRECOMMENDS_${PN} = "\ | 16 | RRECOMMENDS:${PN} = "\ |
| 17 | ${PN}-core \ | 17 | ${PN}-core \ |
| 18 | ${PN}-chinese \ | 18 | ${PN}-chinese \ |
| 19 | ${PN}-japanese \ | 19 | ${PN}-japanese \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN}-core = "\ | 22 | RDEPENDS:${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 | ||
| 31 | RDEPENDS_${PN}-chinese = "\ | 31 | RDEPENDS:${PN}-chinese = "\ |
| 32 | ${PN}-core \ | 32 | ${PN}-core \ |
| 33 | ttf-arphic-uming \ | 33 | ttf-arphic-uming \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | RDEPENDS_${PN}-japanese = "\ | 36 | RDEPENDS:${PN}-japanese = "\ |
| 37 | ${PN}-core \ | 37 | ${PN}-core \ |
| 38 | ttf-sazanami-gothic \ | 38 | ttf-sazanami-gothic \ |
| 39 | ttf-sazanami-mincho \ | 39 | ttf-sazanami-mincho \ |
