linux-kexecboot_2.6.24: readd boot logo to tosa defconfig
[openembedded.git] / recipes / aiostress / aiostress_0.0.bb
blobb18e45e2d8cd4bdca0a3250d5c59fda98f749703
1 DESCRIPTION = "Asynchronous I/O stress util"
2 LICENSE = "GPLv2"
3 DEPENDS = "libaio"
4 PR ="r1"
6 SRC_URI = "http://mirrors.easynews.com/linux/suse/people/mason/utils/aio-stress.c"
8 S = "${WORKDIR}"
10 do_compile() {
12 cd ${S} && ${CC} aio-stress.c -o aio-stress -I${STAGING_INCDIR} -L${STAGING_LIBDIR} -laio -lpthread
15 do_install() {
16 install -d ${D}${bindir}
17 install -m 0755 aio-stress ${D}${bindir}
20 SRC_URI[md5sum] = "727e5fc3566837b3ea72f887d048769b"
21 SRC_URI[sha256sum] = "3f32e5a1ef0ae84794cfdf7d60bd595a2b3c3995bb91bf79c2b96eb6be7e5529"