summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 01:47:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:01 +0100
commit0892284b451d330a229886d65bd421a08033f484 (patch)
tree6fd59df745d93a08cc0aac957cbdab0057e41783 /meta
parentc946fc03a80cd6e27ee78707a73619f564bf98c9 (diff)
downloadpoky-0892284b451d330a229886d65bd421a08033f484.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. (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>
Diffstat (limited to 'meta')
-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
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 packagegroup-core-basic \ 12 packagegroup-core-basic \
13 packagegroup-core-base-utils \
14 packagegroup-core-basic-libs \ 13 packagegroup-core-basic-libs \
15 packagegroup-core-basic-utils \ 14 packagegroup-core-basic-utils \
16 packagegroup-core-basic-extended \ 15 packagegroup-core-basic-extended \
17 packagegroup-core-dev-utils \ 16 packagegroup-core-dev-utils \
18 packagegroup-core-multiuser \ 17 packagegroup-core-multiuser \
19 packagegroup-core-initscripts \ 18 packagegroup-core-initscripts \
20 packagegroup-core-rpm \
21 packagegroup-core-sys-services \ 19 packagegroup-core-sys-services \
22 " 20 "
23 21
24 22
25RDEPENDS_packagegroup-core-basic = "\ 23RDEPENDS_packagegroup-core-basic = "\
26 packagegroup-core-base-utils \
27 packagegroup-core-basic-libs \ 24 packagegroup-core-basic-libs \
28 packagegroup-core-basic-utils \ 25 packagegroup-core-basic-utils \
29 packagegroup-core-basic-extended \ 26 packagegroup-core-basic-extended \
30 packagegroup-core-dev-utils \ 27 packagegroup-core-dev-utils \
31 packagegroup-core-multiuser \ 28 packagegroup-core-multiuser \
32 packagegroup-core-initscripts \ 29 packagegroup-core-initscripts \
33 packagegroup-core-rpm \
34 packagegroup-core-sys-services \ 30 packagegroup-core-sys-services \
35 " 31 "
36 32
37RDEPENDS_packagegroup-core-base-utils = "\
38 busybox \
39 "
40
41RDEPENDS_packagegroup-core-basic-libs = "\ 33RDEPENDS_packagegroup-core-basic-libs = "\
42 glib-2.0 \ 34 glib-2.0 \
43 " 35 "
@@ -106,12 +98,6 @@ RDEPENDS_packagegroup-core-multiuser = "\
106 sudo \ 98 sudo \
107 " 99 "
108 100
109RDEPENDS_packagegroup-core-rpm = "\
110 beecrypt \
111 rpm \
112 zypper \
113 "
114
115RDEPENDS_packagegroup-core-sys-services = "\ 101RDEPENDS_packagegroup-core-sys-services = "\
116 at \ 102 at \
117 bzip2 \ 103 bzip2 \