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-xfce/recipes-xfce/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-xfce/recipes-xfce/packagegroups')
| -rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 2 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 70ef909ef9..9545ad1a81 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
| @@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
| 6 | 6 | ||
| 7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
| 8 | 8 | ||
| 9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
| 10 | xfwm4 \ | 10 | xfwm4 \ |
| 11 | xfce4-session \ | 11 | xfce4-session \ |
| 12 | xfconf \ | 12 | xfconf \ |
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index 7f1c172616..64f8863116 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
| @@ -8,12 +8,12 @@ inherit packagegroup features_check | |||
| 8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
| 9 | 9 | ||
| 10 | # mandatory | 10 | # mandatory |
| 11 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS:${PN} = " \ |
| 12 | packagegroup-xfce-base \ | 12 | packagegroup-xfce-base \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | # nice to have | 15 | # nice to have |
| 16 | RRECOMMENDS_${PN} = " \ | 16 | RRECOMMENDS:${PN} = " \ |
| 17 | xfwm4-theme-daloa \ | 17 | xfwm4-theme-daloa \ |
| 18 | xfwm4-theme-kokodi \ | 18 | xfwm4-theme-kokodi \ |
| 19 | xfwm4-theme-moheli \ | 19 | xfwm4-theme-moheli \ |
