diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-26 18:16:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:57 +0100 |
commit | 9bb6f42763d7c3aa4d59ac08b2b4252d2e2b00a2 (patch) | |
tree | 43b3913030dff1ed7d0949bc1adc13df60a7f2ed /meta/recipes-gnome/packagegroups | |
parent | 073a12c9cbedd210499835d608d98005251f7d6a (diff) | |
download | poky-9bb6f42763d7c3aa4d59ac08b2b4252d2e2b00a2.tar.gz |
packagegroup-*: change to inherit from packagegroup.bbclass
Also clean out items already handled by that class (dev/dbg packages,
ALLOW_EMPTY, etc.)
(From OE-Core rev: 65fca4458cfe1d647c7ea1d4588dc449739a73eb)
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/recipes-gnome/packagegroups')
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb index a00ca36901..45cffa4b76 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb | |||
@@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r12" | 9 | PR = "r12" |
10 | 10 | ||
11 | ALLOW_EMPTY = "1" | 11 | inherit packagegroup |
12 | 12 | ||
13 | require packagegroup-sdk-gmae.inc | 13 | require packagegroup-sdk-gmae.inc |
14 | 14 | ||
15 | PACKAGES = "${PN}" | 15 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | packagegroup-core-sdk \ | 18 | packagegroup-core-sdk \ |
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb index 3b2abddcdc..79b3253a75 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | |||
@@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r14" | 9 | PR = "r14" |
10 | 10 | ||
11 | ALLOW_EMPTY = "1" | 11 | inherit packagegroup |
12 | 12 | ||
13 | require packagegroup-sdk-gmae.inc | 13 | require packagegroup-sdk-gmae.inc |
14 | 14 | ||
15 | PACKAGES = "${PN} ${PN}-dbg" | 15 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | packagegroup-core-standalone-sdk-target \ | 18 | packagegroup-core-standalone-sdk-target \ |