diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2011-08-29 12:34:36 +0500 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-31 14:46:56 +0200 |
commit | 1244c845277589ca23c1176652c55557ca6c09ff (patch) | |
tree | 2708af46ff1a1a65a6b87e72723c94ba31bcf5b5 /meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |
parent | 79d102b2c42443d6a089ba85639de8e1e3721e25 (diff) | |
download | meta-openembedded-1244c845277589ca23c1176652c55557ca6c09ff.tar.gz |
tiobench: Add version 0.3.3 (initial recipe)
* Imported from oe.dev commit id 821f47e170dddabaef3925fd62c5423210dcb363.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb new file mode 100644 index 000000000..3b77b38c2 --- /dev/null +++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Threaded I/O tester" | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/tiobench/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | ||
5 | |||
6 | SRC_URI = "\ | ||
7 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${P}.tar.gz \ | ||
8 | file://tiobench-makefile.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" | ||
11 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" | ||
12 | |||
13 | EXTRA_OEMAKE = "PREFIX=${D}/usr" | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install | ||
17 | } | ||
18 | |||
19 | RDEPENDS = "\ | ||
20 | perl \ | ||
21 | perl-module-exporter-heavy \ | ||
22 | perl-module-getopt-long \ | ||
23 | perl-module-overload \ | ||
24 | perl-module-strict \ | ||
25 | " | ||