aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-03-25 18:55:53 +0000
committerKoen Kooi <koen@openembedded.org>2007-03-25 18:55:53 +0000
commit5eaa8e1dd0f11b98dd38c50e3d7a9c20452db123 (patch)
tree0fb157a11def1bf21269432d1ae6ac7e266d7fbc /packages/matchbox2
parent9c4d351f915c57dbe2452c19e7843a44ba601a02 (diff)
downloadopenembedded-5eaa8e1dd0f11b98dd38c50e3d7a9c20452db123.tar.gz
matchbox-panel2: don't make the applets replace mb-panel, that breaks image generation if you build both
Diffstat (limited to 'packages/matchbox2')
-rw-r--r--packages/matchbox2/matchbox-panel-2_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/matchbox2/matchbox-panel-2_svn.bb b/packages/matchbox2/matchbox-panel-2_svn.bb
index a0f4a7f484..5022afa41a 100644
--- a/packages/matchbox2/matchbox-panel-2_svn.bb
+++ b/packages/matchbox2/matchbox-panel-2_svn.bb
@@ -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}"