mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
@@ -5,7 +5,7 @@ DESCRIPTION = "Basic task to get a device online"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
@@ -23,6 +23,9 @@ MACHINE_EXTRA_RRECOMMENDS ?= ""
|
||||
#
|
||||
TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp openssh-sftp-server"
|
||||
|
||||
RPROVIDES_${PN} += "task-basic"
|
||||
RREPLACES_${PN} += "task-basic"
|
||||
RCONFLICTS_${PN} += "task-basic"
|
||||
#
|
||||
# The section below is designed to match with packagegroup-boot, but doesn't depend on it to allow for more freedom
|
||||
# when writing image recipes.
|
||||
|
||||
Reference in New Issue
Block a user