summaryrefslogtreecommitdiff
path: root/packages/aiostress/aiostress_0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aiostress/aiostress_0.0.bb')
-rw-r--r--packages/aiostress/aiostress_0.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/aiostress/aiostress_0.0.bb b/packages/aiostress/aiostress_0.0.bb
deleted file mode 100644
index 8b4085ad4f..0000000000
--- a/packages/aiostress/aiostress_0.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Asynchronous I/O stress util"
-LICENSE = "GPLv2"
-DEPENDS = "libaio"
-
-SRC_URI = "ftp://ftp.suse.com/pub/people/mason/utils/aio-stress.c;md5sum=727e5fc3566837b3ea72f887d048769b"
-
-S = "${WORKDIR}"
-
-do_compile() {
-
- cd ${S} && ${CC} aio-stress.c -o aio-stress -I${STAGING_INCDIR} -L${STAGING_LIBDIR} -laio -lpthread
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 aio-stress ${D}${bindir}
-}