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:
@@ -2,9 +2,13 @@ DESCRIPTION = "Packages required for a target (on-device) SDK"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit packagegroup allarch
|
||||
|
||||
RPROVIDES_${PN} = "packagegroup-native-sdk"
|
||||
RPROVIDES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
|
||||
RREPLACES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
|
||||
RCONFLICTS_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
|
||||
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
||||
binutils-symlinks \
|
||||
perl-modules \
|
||||
|
||||
Reference in New Issue
Block a user