summaryrefslogtreecommitdiffstats
path: root/meta/packages/fstests
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-09 12:28:23 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-09 12:28:23 +0000
commitb19aa96696655067443bc36796b6dbb3756b97f2 (patch)
treea9dbe9840a8759771ca59825a32d971594ee3260 /meta/packages/fstests
parent2a649fac55ff50237d838025820a33ce04c79dae (diff)
downloadpoky-b19aa96696655067443bc36796b6dbb3756b97f2.tar.gz
fstests: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2452 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fstests')
-rw-r--r--meta/packages/fstests/fstests.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/fstests/fstests.bb b/meta/packages/fstests/fstests.bb
index 3ecb251082..d2cd3a192e 100644
--- a/meta/packages/fstests/fstests.bb
+++ b/meta/packages/fstests/fstests.bb
@@ -2,17 +2,15 @@ DESCRIPTION = "Various benchmarning tests for X"
2HOMEPAGE = "http://www.o-hand.com" 2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPL" 4LICENSE = "GPL"
5PV = "0.0+svn${SRCDATE}" 5PV = "0.0+svnr${SRCREV}"
6PR = "r0"
7 6
8inherit autotools 7inherit autotools
9 8
10SRC_URI = \ 9SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
11 "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
12 10
13S = "${WORKDIR}/fstests/tests" 11S = "${WORKDIR}/fstests/tests"
14 12
15do_install() { 13do_install() {
16 install -d ${D}${bindir} 14 install -d ${D}${bindir}
17 find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \; 15 find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
18} \ No newline at end of file 16}