mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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
@@ -7,12 +7,14 @@ LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
# For backwards compatibility after rename
|
||||
RPROVIDES_${PN} = "task-core-tools-debug"
|
||||
RREPLACES_${PN} = "task-core-tools-debug"
|
||||
RCONFLICTS_${PN} = "task-core-tools-debug"
|
||||
|
||||
MTRACE = ""
|
||||
MTRACE_libc-glibc = "libc-mtrace"
|
||||
|
||||
Reference in New Issue
Block a user