summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-04 17:43:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 18:03:18 +0100
commit748e48249d1f7817f670d8d00ace34cbf2c11b29 (patch)
treedc337004dda40c70265e4872130ab06138440774
parent15111f4ba09d8cdcaf9e8066d77f4d27e5f2d5fa (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb4
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
5SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" 5SUMMARY = "GNOME Mobile And Embedded SDK (target tools)"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r14" 7PR = "r15"
8 8
9inherit packagegroup 9inherit packagegroup
10 10
11require packagegroup-sdk-gmae.inc 11require packagegroup-sdk-gmae.inc
12 12
13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
14
15# For backwards compatibility after rename 13# For backwards compatibility after rename
16RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" 14RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target"
17 15