fstests: Add packaging from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@908 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-21 10:08:48 +00:00
parent 378c5d96e6
commit d1c347552d
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
DESCRIPTION = "various benchmarning tests for X"
DESCRIPTION = "Various benchmarning tests for X"
HOMEPAGE = "http://www.o-hand.com"
SECTION = "devel"
LICENSE = "GPL"
PR = "r0"
PV = "0.0+svn${SRCDATE}"
PR = "r0"
inherit autotools
@ -12,3 +12,7 @@ SRC_URI = \
S = "${WORKDIR}/fstests/tests"
do_install() {
install -d ${D}${bindir}
find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
}