diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-04 17:43:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 18:03:18 +0100 |
commit | 748e48249d1f7817f670d8d00ace34cbf2c11b29 (patch) | |
tree | dc337004dda40c70265e4872130ab06138440774 /meta/recipes-gnome | |
parent | 15111f4ba09d8cdcaf9e8066d77f4d27e5f2d5fa (diff) | |
download | poky-748e48249d1f7817f670d8d00ace34cbf2c11b29.tar.gz |
packagegroup-core-standalone-gmae-sdk-target: allow dbg package
meta-toolchain-gmae is still referring to the dbg package so we still
need to create this.
(From OE-Core rev: c65f8af02ebba371f96119baef0520c6685c7167)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | 4 |
1 files changed, 1 insertions, 3 deletions
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 69c534084e..3f322a08f6 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 | |||
@@ -4,14 +4,12 @@ | |||
4 | 4 | ||
5 | SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" | 5 | SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r14" | 7 | PR = "r15" |
8 | 8 | ||
9 | inherit packagegroup | 9 | inherit packagegroup |
10 | 10 | ||
11 | require packagegroup-sdk-gmae.inc | 11 | require packagegroup-sdk-gmae.inc |
12 | 12 | ||
13 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | ||
14 | |||
15 | # For backwards compatibility after rename | 13 | # For backwards compatibility after rename |
16 | RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" | 14 | RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" |
17 | 15 | ||