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-extended/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-extended/packagegroups')
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb index 1e63da7f16..b17cba4a78 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | |||
| @@ -13,7 +13,7 @@ VIRTUAL-RUNTIME_vim ?= "vim-tiny" | |||
| 13 | 13 | ||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
| 17 | base-passwd \ | 17 | base-passwd \ |
| 18 | bash \ | 18 | bash \ |
| 19 | bind-utils \ | 19 | bind-utils \ |
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb index 16c2f9f2aa..14a7bded95 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | |||
| @@ -49,13 +49,13 @@ python __anonymous () { | |||
| 49 | if mapped: | 49 | if mapped: |
| 50 | oldtaskname = mapped.replace("packagegroup-core", "task-core") | 50 | oldtaskname = mapped.replace("packagegroup-core", "task-core") |
| 51 | mapstr = " %s%s %s%s" % (mlprefix, mapped, mlprefix, oldtaskname) | 51 | mapstr = " %s%s %s%s" % (mlprefix, mapped, mlprefix, oldtaskname) |
| 52 | d.appendVar("RPROVIDES_%s" % pkg, mapstr) | 52 | d.appendVar("RPROVIDES:%s" % pkg, mapstr) |
| 53 | d.appendVar("RREPLACES_%s" % pkg, mapstr) | 53 | d.appendVar("RREPLACES:%s" % pkg, mapstr) |
| 54 | d.appendVar("RCONFLICTS_%s" % pkg, mapstr) | 54 | d.appendVar("RCONFLICTS:%s" % pkg, mapstr) |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | 57 | ||
| 58 | RDEPENDS_packagegroup-core-full-cmdline = "\ | 58 | RDEPENDS:packagegroup-core-full-cmdline = "\ |
| 59 | packagegroup-core-full-cmdline-libs \ | 59 | packagegroup-core-full-cmdline-libs \ |
| 60 | packagegroup-core-full-cmdline-utils \ | 60 | packagegroup-core-full-cmdline-utils \ |
| 61 | packagegroup-core-full-cmdline-extended \ | 61 | packagegroup-core-full-cmdline-extended \ |
| @@ -65,11 +65,11 @@ RDEPENDS_packagegroup-core-full-cmdline = "\ | |||
| 65 | packagegroup-core-full-cmdline-sys-services \ | 65 | packagegroup-core-full-cmdline-sys-services \ |
| 66 | " | 66 | " |
| 67 | 67 | ||
| 68 | RDEPENDS_packagegroup-core-full-cmdline-libs = "\ | 68 | RDEPENDS:packagegroup-core-full-cmdline-libs = "\ |
| 69 | glib-2.0 \ | 69 | glib-2.0 \ |
| 70 | " | 70 | " |
| 71 | 71 | ||
| 72 | RDEPENDS_packagegroup-core-full-cmdline-utils = "\ | 72 | RDEPENDS:packagegroup-core-full-cmdline-utils = "\ |
| 73 | bash \ | 73 | bash \ |
| 74 | acl \ | 74 | acl \ |
| 75 | attr \ | 75 | attr \ |
| @@ -99,7 +99,7 @@ RDEPENDS_packagegroup-core-full-cmdline-utils = "\ | |||
| 99 | util-linux \ | 99 | util-linux \ |
| 100 | " | 100 | " |
| 101 | 101 | ||
| 102 | RDEPENDS_packagegroup-core-full-cmdline-extended = "\ | 102 | RDEPENDS:packagegroup-core-full-cmdline-extended = "\ |
| 103 | iproute2 \ | 103 | iproute2 \ |
| 104 | iputils \ | 104 | iputils \ |
| 105 | iptables \ | 105 | iptables \ |
| @@ -107,7 +107,7 @@ RDEPENDS_packagegroup-core-full-cmdline-extended = "\ | |||
| 107 | openssl \ | 107 | openssl \ |
| 108 | " | 108 | " |
| 109 | 109 | ||
| 110 | RDEPENDS_packagegroup-core-full-cmdline-dev-utils = "\ | 110 | RDEPENDS:packagegroup-core-full-cmdline-dev-utils = "\ |
| 111 | diffutils \ | 111 | diffutils \ |
| 112 | m4 \ | 112 | m4 \ |
| 113 | make \ | 113 | make \ |
| @@ -115,7 +115,7 @@ RDEPENDS_packagegroup-core-full-cmdline-dev-utils = "\ | |||
| 115 | " | 115 | " |
| 116 | 116 | ||
| 117 | VIRTUAL-RUNTIME_syslog ?= "sysklogd" | 117 | VIRTUAL-RUNTIME_syslog ?= "sysklogd" |
| 118 | RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\ | 118 | RDEPENDS:packagegroup-core-full-cmdline-initscripts = "\ |
| 119 | ${VIRTUAL-RUNTIME_initscripts} \ | 119 | ${VIRTUAL-RUNTIME_initscripts} \ |
| 120 | ${VIRTUAL-RUNTIME_init_manager} \ | 120 | ${VIRTUAL-RUNTIME_init_manager} \ |
| 121 | ethtool \ | 121 | ethtool \ |
| @@ -123,7 +123,7 @@ RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\ | |||
| 123 | ${VIRTUAL-RUNTIME_syslog} \ | 123 | ${VIRTUAL-RUNTIME_syslog} \ |
| 124 | " | 124 | " |
| 125 | 125 | ||
| 126 | RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ | 126 | RDEPENDS:packagegroup-core-full-cmdline-multiuser = "\ |
| 127 | bzip2 \ | 127 | bzip2 \ |
| 128 | cracklib \ | 128 | cracklib \ |
| 129 | gzip \ | 129 | gzip \ |
| @@ -131,7 +131,7 @@ RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ | |||
| 131 | sudo \ | 131 | sudo \ |
| 132 | " | 132 | " |
| 133 | 133 | ||
| 134 | RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ | 134 | RDEPENDS:packagegroup-core-full-cmdline-sys-services = "\ |
| 135 | at \ | 135 | at \ |
| 136 | cronie \ | 136 | cronie \ |
| 137 | logrotate \ | 137 | logrotate \ |
