mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
748e48249d
commit
29c19460e2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user