From 29c19460e242c37e2cd12577e5835829ffa16b98 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 4 Sep 2012 17:43:26 +0100 Subject: packagegroup-*: add RREPLACES/RCONFLICTS These are needed to support upgrading from task-* to packagegroup-* within existing target images at runtime. Note: these settings will very likely be moved out to a separate inc file at some point in the future. (From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb') diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 53e15d3550..f2997a74ed 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -4,7 +4,7 @@ SUMMARY = "Sato desktop" LICENSE = "MIT" -PR = "r32" +PR = "r33" inherit packagegroup @@ -14,6 +14,8 @@ PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" # For backwards compatibility after rename RPROVIDES_${PN} = "task-core-x11-sato" +RREPLACES_${PN} = "task-core-x11-sato" +RCONFLICTS_${PN} = "task-core-x11-sato" RDEPENDS_${PN} = "\ ${PN}-base \ -- cgit v1.2.3-54-g00ecf