1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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.

(From OE-Core rev: e7abf8437c7128e8541411213d262137520456a7)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2012-09-03 01:47:16 +01:00
committed by Richard Purdie
parent c946fc03a8
commit 0892284b45
@@ -10,34 +10,26 @@ inherit packagegroup
PACKAGES = "\ PACKAGES = "\
packagegroup-core-basic \ packagegroup-core-basic \
packagegroup-core-base-utils \
packagegroup-core-basic-libs \ packagegroup-core-basic-libs \
packagegroup-core-basic-utils \ packagegroup-core-basic-utils \
packagegroup-core-basic-extended \ packagegroup-core-basic-extended \
packagegroup-core-dev-utils \ packagegroup-core-dev-utils \
packagegroup-core-multiuser \ packagegroup-core-multiuser \
packagegroup-core-initscripts \ packagegroup-core-initscripts \
packagegroup-core-rpm \
packagegroup-core-sys-services \ packagegroup-core-sys-services \
" "
RDEPENDS_packagegroup-core-basic = "\ RDEPENDS_packagegroup-core-basic = "\
packagegroup-core-base-utils \
packagegroup-core-basic-libs \ packagegroup-core-basic-libs \
packagegroup-core-basic-utils \ packagegroup-core-basic-utils \
packagegroup-core-basic-extended \ packagegroup-core-basic-extended \
packagegroup-core-dev-utils \ packagegroup-core-dev-utils \
packagegroup-core-multiuser \ packagegroup-core-multiuser \
packagegroup-core-initscripts \ packagegroup-core-initscripts \
packagegroup-core-rpm \
packagegroup-core-sys-services \ packagegroup-core-sys-services \
" "
RDEPENDS_packagegroup-core-base-utils = "\
busybox \
"
RDEPENDS_packagegroup-core-basic-libs = "\ RDEPENDS_packagegroup-core-basic-libs = "\
glib-2.0 \ glib-2.0 \
" "
@@ -106,12 +98,6 @@ RDEPENDS_packagegroup-core-multiuser = "\
sudo \ sudo \
" "
RDEPENDS_packagegroup-core-rpm = "\
beecrypt \
rpm \
zypper \
"
RDEPENDS_packagegroup-core-sys-services = "\ RDEPENDS_packagegroup-core-sys-services = "\
at \ at \
bzip2 \ bzip2 \