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

hrw commit openembedded-commits at lists.openembedded.org
Sat Oct 14 19:21:47 UTC 2006


fsx: added Linux version as 0.0 because there is no version defined upstream

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 577e0fae5932f28f1096d2650fe9d96fe41fd58d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=577e0fae5932f28f1096d2650fe9d96fe41fd58d
Files:
1
packages/fsx-linux
packages/fsx-linux/fsx-linux_0.0.bb
Diffs:

#
# mt diff -rcdf57334d92107e67da0a4fcde849921042f581a -r577e0fae5932f28f1096d2650fe9d96fe41fd58d
#
# 
# 
# add_dir "packages/fsx-linux"
# 
# add_file "packages/fsx-linux/fsx-linux_0.0.bb"
#  content [9159cc3f0133549f42a960a5eeb8d07e5fc0597b]
# 
============================================================
--- packages/fsx-linux/fsx-linux_0.0.bb	9159cc3f0133549f42a960a5eeb8d07e5fc0597b
+++ packages/fsx-linux/fsx-linux_0.0.bb	9159cc3f0133549f42a960a5eeb8d07e5fc0597b
@@ -0,0 +1,15 @@
+DESCRIPTION = "Asynchronous I/O stress util"
+
+SRC_URI = "http://www.codemonkey.org.uk/projects/fsx/fsx-linux.c"
+
+S = "${WORKDIR}"
+
+do_compile() {
+
+	cd ${S} && ${CC} fsx-linux.c -o fsx-linux -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
+}
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 0755 fsx-linux ${D}${bindir}
+}






More information about the Openembedded-commits mailing list