mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some upgrade path
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,12 +4,19 @@ SECTION = "console"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PV = "1.0"
|
||||
PR = "r19"
|
||||
PR = "r20"
|
||||
|
||||
inherit packagegroup allarch
|
||||
|
||||
PACKAGES += "${PN}-debug"
|
||||
|
||||
RPROVIDES_${PN} += "task-cli-tools"
|
||||
RPROVIDES_${PN}-debug += "task-cli-tools-debug"
|
||||
RREPLACES_${PN} += "task-cli-tools"
|
||||
RREPLACES_${PN}-debug += "task-cli-tools-debug"
|
||||
RCONFLICTS_${PN} += "task-cli-tools"
|
||||
RCONFLICTS_${PN}-debug += "task-cli-tools-debug"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
dbus-daemon-proxy \
|
||||
dosfstools \
|
||||
|
||||
Reference in New Issue
Block a user