From 5dd4de086d744c81d2275077ad0e0022204b0a68 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. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/packagegroups') diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb index e55eed52e3..e831860051 100644 --- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb +++ b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb @@ -1,10 +1,13 @@ SUMMARY = "Provides a small set of tools for development on the device" LICENSE = "MIT" +PR = "r1" + inherit packagegroup RPROVIDES_${PN} = "qemu-config" RREPLACES_${PN} = "qemu-config" +RCONFLICTS_${PN} = "qemu-config" RDEPENDS_${PN} = "\ distcc-config \ -- cgit 1.2.3-korg