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:
Martin Jansa
2012-09-04 14:33:50 +02:00
committed by Koen Kooi
parent 21a4be0e36
commit 49e269ecc6
9 changed files with 59 additions and 11 deletions
@@ -2,10 +2,14 @@ DESCRIPTION = "All packages required for a base installation of XFCE"
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r2"
PR = "r3"
inherit packagegroup
RPROVIDES_${PN} += "task-xfce-base"
RREPLACES_${PN} += "task-xfce-base"
RCONFLICTS_${PN} += "task-xfce-base"
RDEPENDS_${PN} = " \
xfwm4 \
xfwm4-theme-default \
@@ -3,10 +3,14 @@ SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r3"
PR = "r4"
inherit packagegroup
RPROVIDES_${PN} += "task-xfce-extended"
RREPLACES_${PN} += "task-xfce-extended"
RCONFLICTS_${PN} += "task-xfce-extended"
# mandatory
RDEPENDS_${PN} = " \
packagegroup-xfce-base \