diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-02-08 11:16:51 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:39 +0000 |
| commit | 2ae11f4a33794bacb5c32f2abb3fb82f953976f2 (patch) | |
| tree | 086c24eed9b3668d2088a42c27a03babf9686ccb | |
| parent | 7c4146f03c76070a9f733899455dd807573a5bcc (diff) | |
| download | poky-2ae11f4a33794bacb5c32f2abb3fb82f953976f2.tar.gz | |
pakagegroups: don't pull in sysfsutils
sysfsutils is unmaintained and generally not needed.
(From OE-Core rev: 4b0a6ac87a9d1ef0ce8e84b56208d847718f12fd)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 313628e6c7..f56627c595 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
| @@ -54,7 +54,6 @@ RDEPENDS_packagegroup-base = "\ | |||
| 54 | packagegroup-distro-base \ | 54 | packagegroup-distro-base \ |
| 55 | packagegroup-machine-base \ | 55 | packagegroup-machine-base \ |
| 56 | \ | 56 | \ |
| 57 | sysfsutils \ | ||
| 58 | module-init-tools \ | 57 | module-init-tools \ |
| 59 | ${@bb.utils.contains('MACHINE_FEATURES', 'apm', 'packagegroup-base-apm', '',d)} \ | 58 | ${@bb.utils.contains('MACHINE_FEATURES', 'apm', 'packagegroup-base-apm', '',d)} \ |
| 60 | ${@bb.utils.contains('MACHINE_FEATURES', 'acpi', 'packagegroup-base-acpi', '',d)} \ | 59 | ${@bb.utils.contains('MACHINE_FEATURES', 'acpi', 'packagegroup-base-acpi', '',d)} \ |
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb index fdede5954c..b9c8baf2ee 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | |||
| @@ -151,8 +151,6 @@ RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ | |||
| 151 | pciutils \ | 151 | pciutils \ |
| 152 | libpcre \ | 152 | libpcre \ |
| 153 | rpcbind \ | 153 | rpcbind \ |
| 154 | sysfsutils \ | ||
| 155 | tcp-wrappers \ | 154 | tcp-wrappers \ |
| 156 | tzdata \ | 155 | tzdata \ |
| 157 | " | 156 | " |
| 158 | |||
