Comments
Patch
@@ -10,34 +10,26 @@ inherit packagegroup
PACKAGES = "\
packagegroup-core-basic \
- packagegroup-core-base-utils \
packagegroup-core-basic-libs \
packagegroup-core-basic-utils \
packagegroup-core-basic-extended \
packagegroup-core-dev-utils \
packagegroup-core-multiuser \
packagegroup-core-initscripts \
- packagegroup-core-rpm \
packagegroup-core-sys-services \
"
RDEPENDS_packagegroup-core-basic = "\
- packagegroup-core-base-utils \
packagegroup-core-basic-libs \
packagegroup-core-basic-utils \
packagegroup-core-basic-extended \
packagegroup-core-dev-utils \
packagegroup-core-multiuser \
packagegroup-core-initscripts \
- packagegroup-core-rpm \
packagegroup-core-sys-services \
"
-RDEPENDS_packagegroup-core-base-utils = "\
- busybox \
- "
-
RDEPENDS_packagegroup-core-basic-libs = "\
glib-2.0 \
"
@@ -106,12 +98,6 @@ RDEPENDS_packagegroup-core-multiuser = "\
sudo \
"
-RDEPENDS_packagegroup-core-rpm = "\
- beecrypt \
- rpm \
- zypper \
- "
-
RDEPENDS_packagegroup-core-sys-services = "\
at \
bzip2 \
* Remove packagegroup-core-basic-rpm - we already have a mechanism for ensuring that packaging tools are installed on the target if desired; we don't need a package group to bring them in as well (especially if packagegroup-core-basic is used with other packaging systems). * Remove the poorly-named packagegroup-core-base-utils: we already get busybox via packagegroup-core-boot. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- .../packagegroups/packagegroup-core-basic.bb | 14 -------------- 1 file changed, 14 deletions(-)