diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:12:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:12:31 +0000 |
commit | 0617f40a868e352ced7d3e9c5652713b1a793e5f (patch) | |
tree | 534dbdf045f593574593f9eb60c0dd63ecc5771e | |
parent | 44660d75b07c6d64b74373ea95d71e315f074b10 (diff) | |
download | openembedded-core-0617f40a868e352ced7d3e9c5652713b1a793e5f.tar.gz openembedded-core-0617f40a868e352ced7d3e9c5652713b1a793e5f.tar.bz2 openembedded-core-0617f40a868e352ced7d3e9c5652713b1a793e5f.zip |
matchbox-stroke: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2430 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-stroke/matchbox-stroke_svn.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb index 6e003c787c..207f3418af 100644 --- a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -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" - |