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:
@@ -5,10 +5,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
require packagegroup-efl-sdk.inc
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
RPROVIDES_${PN} += "task-efl-sdk"
|
||||
RREPLACES_${PN} += "task-efl-sdk"
|
||||
RCONFLICTS_${PN} += "task-efl-sdk"
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-sdk \
|
||||
${SDK-EFL} \
|
||||
|
||||
@@ -5,10 +5,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
require packagegroup-efl-sdk.inc
|
||||
|
||||
PACKAGES = "${PN} ${PN}-dbg"
|
||||
|
||||
RPROVIDES_${PN} += "task-efl-standalone-sdk-target"
|
||||
RREPLACES_${PN} += "task-efl-standalone-sdk-target"
|
||||
RCONFLICTS_${PN} += "task-efl-standalone-sdk-target"
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-standalone-sdk-target \
|
||||
${SDK-EFL} \
|
||||
|
||||
Reference in New Issue
Block a user