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

meta/packages/fstests/fstests.bb

index 3ecb251082109bdd9fd390aa6c29b9870f1af6c8..d2cd3a192eb69f04d9ae86508b0bfe613ee1706e 100644 (file)
@@ -2,17 +2,15 @@ DESCRIPTION = "Various benchmarning tests for X"
 HOMEPAGE = "http://www.o-hand.com"
 SECTION = "devel"
 LICENSE = "GPL"
-PV = "0.0+svn${SRCDATE}"
-PR = "r0"
+PV = "0.0+svnr${SRCREV}"
 
 inherit autotools
 
-SRC_URI = \
-    "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
 
 S = "${WORKDIR}/fstests/tests"
 
 do_install() {
     install -d ${D}${bindir}
     find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;   
-}
\ No newline at end of file
+}