diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-04 12:31:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-04 12:31:11 +0000 |
commit | fe5041d1d2cff25b477e9be132c224869d98f984 (patch) | |
tree | c86a9a72492426857eac475f5f549e0417ca1617 /packages/matchbox2 | |
parent | 103f1a3120f7e5e74f93d7433d5885c7c7d51e32 (diff) |
matchbox*: convert to SRCREV
Diffstat (limited to 'packages/matchbox2')
-rw-r--r-- | packages/matchbox2/matchbox-desktop-2_svn.bb | 2 | ||||
-rw-r--r-- | packages/matchbox2/matchbox-panel-2_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/matchbox2/matchbox-desktop-2_svn.bb b/packages/matchbox2/matchbox-desktop-2_svn.bb index 31a6b9836d..8dc74ef509 100644 --- a/packages/matchbox2/matchbox-desktop-2_svn.bb +++ b/packages/matchbox2/matchbox-desktop-2_svn.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11/panels" DEPENDS = "gtk+ startup-notification" -PV = "0.1+svn${SRCDATE}" +PV = "0.1+svnr${SRCREV}" PR = "r0" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" diff --git a/packages/matchbox2/matchbox-panel-2_svn.bb b/packages/matchbox2/matchbox-panel-2_svn.bb index 44d23e1a55..79fafff202 100644 --- a/packages/matchbox2/matchbox-panel-2_svn.bb +++ b/packages/matchbox2/matchbox-panel-2_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "matchbox-panel-2 is a lightweight dock (system tray) application LICENSE = "GPL" SECTION = "x11/panels" DEPENDS = "gtk+ apmd startup-notification" -PV = "0.1+svn${SRCDATE}" +PV = "0.1+svnr${SRCREV}" PR = "r8" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |