diff options
author | Richard Purdie <richard@openedhand.com> | 2005-11-16 16:14:12 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-11-16 16:14:12 +0000 |
commit | 7183f6298a60d489ee534802ec5fdd63ba9028b8 (patch) | |
tree | ae787cdc38b5c362dd81c97d489b305f6c71ae2f /openembedded/packages/matchbox-stroke | |
parent | 5975a435f37df949faf816afd5c58203e9f4ccbe (diff) | |
download | openembedded-core-7183f6298a60d489ee534802ec5fdd63ba9028b8.tar.gz openembedded-core-7183f6298a60d489ee534802ec5fdd63ba9028b8.tar.bz2 openembedded-core-7183f6298a60d489ee534802ec5fdd63ba9028b8.zip |
Update PV format for several matchbox packages
git-svn-id: https://svn.o-hand.com/repos/poky@179 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-stroke')
-rw-r--r-- | openembedded/packages/matchbox-stroke/matchbox-stroke_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-stroke/matchbox-stroke_svn.bb b/openembedded/packages/matchbox-stroke/matchbox-stroke_svn.bb index 99473397b0..88353e2055 100644 --- a/openembedded/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/openembedded/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox keyboard" LICENSE = "GPL" DEPENDS = "libfakekey expat libxft" SECTION = "x11/wm" -PV = "0.0+svn${CVSDATE}" +PV = "0.0+svn-${CVSDATE}" PR="r1" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |