diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-07-23 17:53:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:41 +0100 |
| commit | ed067ac7dccbb434c8b9c5a9e4d072cd9ec31f71 (patch) | |
| tree | f6d15ca0c8973634420769ccb05d248880fb902b | |
| parent | 29537ac86ae0ebbbef4b7e0474716e7196d3abda (diff) | |
| download | poky-ed067ac7dccbb434c8b9c5a9e4d072cd9ec31f71.tar.gz | |
packagegroup-core-full-cmdline: clean up system-services dependencies
The 'system services' packagegroup depends on a number of packages which are not
system services, so remove them from the list.
(From OE-Core rev: 308e402a710dd7e6bb521517dde11a2e2b5fda22)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb index 1b938fb849..e861688024 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | |||
| @@ -133,16 +133,8 @@ RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ | |||
| 133 | 133 | ||
| 134 | RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ | 134 | RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ |
| 135 | at \ | 135 | at \ |
| 136 | bzip2 \ | ||
| 137 | cronie \ | 136 | cronie \ |
| 138 | dbus \ | ||
| 139 | elfutils \ | ||
| 140 | gzip \ | ||
| 141 | less \ | ||
| 142 | logrotate \ | 137 | logrotate \ |
| 143 | nfs-utils \ | 138 | nfs-utils \ |
| 144 | pciutils \ | ||
| 145 | rpcbind \ | 139 | rpcbind \ |
| 146 | tcp-wrappers \ | ||
| 147 | tzdata \ | ||
| 148 | " | 140 | " |
