matchbox-desktop-2: only PN has to conflict/replace mb-desktop-1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1561 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-25 16:03:27 +00:00
parent bb59ece118
commit 2558e91974

View File

@@ -4,11 +4,12 @@ DEPENDS = "gtk+ startup-notification"
RDEPENDS = "matchbox-common"
SECTION = "x11/wm"
PV = "0.0+svn${SRCDATE}"
PR = "r1"
PROVIDES = matchbox-desktop
RPROVIDES = matchbox-desktop
RREPLACES = matchbox-desktop
RCONFLICTS = matchbox-desktop
PROVIDES_${PN} = matchbox-desktop
RPROVIDES_${PN} = matchbox-desktop
RREPLACES_${PN} = matchbox-desktop
RCONFLICTS_${PN} = matchbox-desktop
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"