reaim: added 7.0.1.13
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 18:23:32 +0000 (18:23 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 18:23:32 +0000 (18:23 +0000)
packages/reaim/.mtn2git_empty [new file with mode: 0644]
packages/reaim/reaim/.mtn2git_empty [new file with mode: 0644]
packages/reaim/reaim/makefile-fix.patch [new file with mode: 0644]
packages/reaim/reaim_7.0.1.13.bb [new file with mode: 0644]

diff --git a/packages/reaim/.mtn2git_empty b/packages/reaim/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/reaim/reaim/.mtn2git_empty b/packages/reaim/reaim/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/reaim/reaim/makefile-fix.patch b/packages/reaim/reaim/makefile-fix.patch
new file mode 100644 (file)
index 0000000..4678d9d
--- /dev/null
@@ -0,0 +1,23 @@
+From: Marcin Juszkiewicz <hrw@openembedded.org>
+
+1. Link with libaio
+2. Do not show instructions during do_install or bitbake will break
+
+Index: osdl-aim-7/src/Makefile.am
+===================================================================
+--- osdl-aim-7.orig/src/Makefile.am    2004-10-21 01:31:33.000000000 +0200
++++ osdl-aim-7/src/Makefile.am 2006-10-14 19:57:28.000000000 +0200
+@@ -8,7 +8,7 @@
+ LIBADD_READLINE =
+ # endif
+-reaim_LDADD = $(top_builddir)/lib/libltp.a $(LIBADD_READLINE)
++reaim_LDADD = $(top_builddir)/lib/libltp.a $(LIBADD_READLINE) -laio
+ reaim_SOURCES = driver.c suite.h files.h ram.c aimlist.h \
+       rand.c times_ms.c testerr.h add.c creat_clo.c drv_funcs.c \
+       div.c disk_funcs.c pipe_test.c mul.c num_fcns.c int_fcns.c \
+@@ -42,4 +42,3 @@
+       if test -f $(srcdir)/README; then \
+         $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(datadir)/reaim; \
+       fi
+-      @/bin/sh $(top_srcdir)/scripts/instruct.sh
diff --git a/packages/reaim/reaim_7.0.1.13.bb b/packages/reaim/reaim_7.0.1.13.bb
new file mode 100644 (file)
index 0000000..5694a43
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "The AIM Multiuser Benchmark - Suite VII \
+tests and measures the performance of Open System multiuser computers."
+HOMEPAGE = "http://re-aim-7.sourceforge.net/"
+SECTION = "console/tests"
+LICENSE = "GPL"
+DEPENDS = "libaio"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/re-aim-7/osdl-aim-${PV}.tar.gz \
+           file://makefile-fix.patch;patch=1"
+
+S = "${WORKDIR}/osdl-aim-7/"
+
+inherit autotools