diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-19 15:05:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-19 15:05:43 +0000 |
commit | 432557e2373ab65916ae40b9055e6bfb7a6729d1 (patch) | |
tree | caf8f415be826655dfbb9e6af97af18b90b25ece /packages/matchbox2 | |
parent | 3454d90caf980d413c311a1b6c5fd4d84d462201 (diff) |
mb-panel-2: rreplace mb-panel-1
Diffstat (limited to 'packages/matchbox2')
-rw-r--r-- | packages/matchbox2/matchbox-panel-2_svn.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/matchbox2/matchbox-panel-2_svn.bb b/packages/matchbox2/matchbox-panel-2_svn.bb index 229922e310..1a92be3e37 100644 --- a/packages/matchbox2/matchbox-panel-2_svn.bb +++ b/packages/matchbox2/matchbox-panel-2_svn.bb @@ -2,8 +2,11 @@ DESCRIPTION = "matchbox-panel-2 is a lightweight dock (system tray) application LICENSE = "GPL" SECTION = "x11/panels" DEPENDS = "gtk+" + +RREPLACES = "matchbox-panel" + PV = "0.1+svn${SRCDATE}" -PR = "r1" +PR = "r2" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" S = "${WORKDIR}/${PN}" |