diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-04 17:43:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 18:03:18 +0100 |
commit | 29c19460e242c37e2cd12577e5835829ffa16b98 (patch) | |
tree | e73dc8ddb7fef074dafd689377ef51a4d262bde5 /meta/recipes-devtools | |
parent | 748e48249d1f7817f670d8d00ace34cbf2c11b29 (diff) | |
download | poky-29c19460e242c37e2cd12577e5835829ffa16b98.tar.gz |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Provides a small set of tools for development on the device" | 1 | SUMMARY = "Provides a small set of tools for development on the device" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | PR = "r1" | ||
5 | |||
4 | inherit packagegroup | 6 | inherit packagegroup |
5 | 7 | ||
6 | RPROVIDES_${PN} = "qemu-config" | 8 | RPROVIDES_${PN} = "qemu-config" |
7 | RREPLACES_${PN} = "qemu-config" | 9 | RREPLACES_${PN} = "qemu-config" |
10 | RCONFLICTS_${PN} = "qemu-config" | ||
8 | 11 | ||
9 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS_${PN} = "\ |
10 | distcc-config \ | 13 | distcc-config \ |