From b41c45972a6d359f034615471959c84aee2bc456 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Sep 2012 10:34:31 +0100 Subject: 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. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb | 3 +++ .../packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'meta/recipes-gnome') 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 PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" +# For backwards compatibility after rename +RPROVIDES_${PN} = "task-core-sdk-gmae" + RDEPENDS_${PN} = "\ packagegroup-core-sdk \ 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 PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" +# For backwards compatibility after rename +RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" + RDEPENDS_${PN} = "\ packagegroup-core-standalone-sdk-target \ libglade-dev \ -- cgit 1.2.3-korg