matchbox-panel2: don't make the applets replace mb-panel, that breaks image generatio...
authorKoen Kooi <koen@openembedded.org>
Sun, 25 Mar 2007 18:55:53 +0000 (18:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 25 Mar 2007 18:55:53 +0000 (18:55 +0000)
packages/matchbox2/matchbox-panel-2_svn.bb

index a0f4a7f..5022afa 100644 (file)
@@ -3,11 +3,11 @@ LICENSE = "GPL"
 SECTION = "x11/panels"
 DEPENDS = "gtk+"
 
-RREPLACES = "matchbox-panel"
-RCONFLICTS = "matchbox-panel"
+RREPLACES_${PN} = "matchbox-panel"
+RCONFLICTS_${PN} = "matchbox-panel"
 
 PV = "0.1+svn${SRCDATE}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 S = "${WORKDIR}/${PN}"