summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 10:34:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:03 +0100
commit4a0bec427741946b7cf82d471508476a645930b9 (patch)
treea16192c3f39b48ca2d9755efb5f0cb894e996e75 /meta/recipes-gnome
parent5f0c2e3509d154a724367c2a5de274baeae08af8 (diff)
downloadpoky-4a0bec427741946b7cf82d471508476a645930b9.tar.gz
packagegroup-*: add RPROVIDES for backwards compatibility
Allow references to the old task packages to continue to work. This does not add RPROVIDES for everything, just those packages that are likely to have been referred to. (From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456) 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')
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb3
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb
index 64b572d6d1..e959c5be6c 100644
--- a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb
+++ b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb
@@ -12,6 +12,9 @@ require packagegroup-sdk-gmae.inc
12 12
13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
14 14
15# For backwards compatibility after rename
16RPROVIDES_${PN} = "task-core-sdk-gmae"
17
15RDEPENDS_${PN} = "\ 18RDEPENDS_${PN} = "\
16 packagegroup-core-sdk \ 19 packagegroup-core-sdk \
17 libglade-dev \ 20 libglade-dev \
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 95067c4637..69c534084e 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
@@ -12,6 +12,9 @@ require packagegroup-sdk-gmae.inc
12 12
13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
14 14
15# For backwards compatibility after rename
16RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target"
17
15RDEPENDS_${PN} = "\ 18RDEPENDS_${PN} = "\
16 packagegroup-core-standalone-sdk-target \ 19 packagegroup-core-standalone-sdk-target \
17 libglade-dev \ 20 libglade-dev \