[oe-commits] org.oe.dev aiostress: added as 0.0 as there is no version defined upstream

hrw commit openembedded-commits at lists.openembedded.org
Sat Oct 14 18:43:14 UTC 2006


aiostress: added as 0.0 as there is no version defined upstream

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: a5d64ac1767ebd09d8d49d28d13d395b201b9237
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a5d64ac1767ebd09d8d49d28d13d395b201b9237
Files:
1
packages/aiostress
packages/aiostress/aiostress_0.0.bb
Diffs:

#
# mt diff -r2d13b6c58a880344076c7a5f568f9bbc3817e418 -ra5d64ac1767ebd09d8d49d28d13d395b201b9237
#
# 
# 
# add_dir "packages/aiostress"
# 
# add_file "packages/aiostress/aiostress_0.0.bb"
#  content [23c25f3ecebe631b96b86efb89f20c3e9c5340bc]
# 
============================================================
--- packages/aiostress/aiostress_0.0.bb	23c25f3ecebe631b96b86efb89f20c3e9c5340bc
+++ packages/aiostress/aiostress_0.0.bb	23c25f3ecebe631b96b86efb89f20c3e9c5340bc
@@ -0,0 +1,17 @@
+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}
+}






More information about the Openembedded-commits mailing list