]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-desktop-2: only PN has to conflict/replace mb-desktop-1
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 25 Apr 2007 16:03:27 +0000 (16:03 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 25 Apr 2007 16:03:27 +0000 (16:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1561 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb

index 4acc00537754f2c831fbe9a9f9e283c061575089..09dfaa5e018b206586f4d6c3de20ce6ed0826c45 100644 (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"