aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 01:47:16 +0100
committerSaul Wold <sgw@linux.intel.com>2012-09-03 22:52:53 -0700
commite7abf8437c7128e8541411213d262137520456a7 (patch)
tree61d2a3b849cd429360e7ef90ecad54b82e354158 /meta/recipes-extended
parent996291ef305ddacf852377cc402dbbac299bc215 (diff)
downloadopenembedded-core-e7abf8437c7128e8541411213d262137520456a7.tar.gz
packagegroup-core-basic: tidy up
* 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> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-basic.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
index b2489fe674..4e4bcf59c3 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
@@ -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 \