diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-sato/packagegroups | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 25725e078d..cfa301a58d 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
14 | 14 | ||
15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | 15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PN}-base \ | 18 | ${PN}-base \ |
19 | ${PN}-apps \ | 19 | ${PN}-apps \ |
20 | ${PN}-games \ | 20 | ${PN}-games \ |
@@ -22,8 +22,8 @@ RDEPENDS_${PN} = "\ | |||
22 | 22 | ||
23 | NETWORK_MANAGER ?= "connman-gnome" | 23 | NETWORK_MANAGER ?= "connman-gnome" |
24 | 24 | ||
25 | SUMMARY_${PN}-base = "Sato desktop - base packages" | 25 | SUMMARY:${PN}-base = "Sato desktop - base packages" |
26 | RDEPENDS_${PN}-base = "\ | 26 | RDEPENDS:${PN}-base = "\ |
27 | matchbox-desktop \ | 27 | matchbox-desktop \ |
28 | matchbox-session-sato \ | 28 | matchbox-session-sato \ |
29 | matchbox-keyboard \ | 29 | matchbox-keyboard \ |
@@ -45,10 +45,10 @@ WEB ?= "" | |||
45 | #WEB = "epiphany" | 45 | #WEB = "epiphany" |
46 | 46 | ||
47 | GSTEXAMPLES ?= "gst-examples" | 47 | GSTEXAMPLES ?= "gst-examples" |
48 | GSTEXAMPLES_riscv64 = "" | 48 | GSTEXAMPLES:riscv64 = "" |
49 | 49 | ||
50 | SUMMARY_${PN}-apps = "Sato desktop - applications" | 50 | SUMMARY:${PN}-apps = "Sato desktop - applications" |
51 | RDEPENDS_${PN}-apps = "\ | 51 | RDEPENDS:${PN}-apps = "\ |
52 | l3afpad \ | 52 | l3afpad \ |
53 | matchbox-terminal \ | 53 | matchbox-terminal \ |
54 | sato-screenshot \ | 54 | sato-screenshot \ |
@@ -57,7 +57,7 @@ RDEPENDS_${PN}-apps = "\ | |||
57 | ${WEB} \ | 57 | ${WEB} \ |
58 | " | 58 | " |
59 | 59 | ||
60 | SUMMARY_${PN}-games = "Sato desktop - games" | 60 | SUMMARY:${PN}-games = "Sato desktop - games" |
61 | RDEPENDS_${PN}-games = "\ | 61 | RDEPENDS:${PN}-games = "\ |
62 | puzzles \ | 62 | puzzles \ |
63 | " | 63 | " |