]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-stroke: switched to SRCREV
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 11:12:31 +0000 (11:12 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 11:12:31 +0000 (11:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2430 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-stroke/matchbox-stroke_svn.bb

index 6e003c787c8654f885c1c38678a9d0a0cd3ecaba..207f3418af9d98d921b88fd1bbe940c2a78ecf5b 100644 (file)
@@ -1,13 +1,11 @@
-DESCRIPTION = "Matchbox keyboard"
+DESCRIPTION = "Matchbox stroke recogniser"
 LICENSE = "GPL"
 DEPENDS = "libfakekey expat libxft"
 SECTION = "x11/wm"
-PV = "0.0+svn${SRCDATE}"
-PR="r1"
+PV = "0.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 
-
 S = "${WORKDIR}/${PN}"
 
 inherit autotools pkgconfig gettext
@@ -16,4 +14,3 @@ FILES_${PN} = "${bindir}/* \
               ${datadir}/applications \
               ${datadir}/pixmaps \
                ${datadir}/matchbox-stroke"
-