[oe-commits] Tom Rini : lmbench 2.0.4: Add a patch to fix a problem in 'gnu-os'

git version control git at git.openembedded.org
Fri Nov 19 15:22:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9aa0531ed36b189e74a42ec58562213a444b1fea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9aa0531ed36b189e74a42ec58562213a444b1fea

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Nov 19 06:43:11 2010 -0700

lmbench 2.0.4: Add a patch to fix a problem in 'gnu-os'

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/lmbench/lmbench-2.0.4/gnu-os-rundir.patch |   12 ++++++++++++
 recipes/lmbench/lmbench_2.0.4.bb                  |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/lmbench/lmbench-2.0.4/gnu-os-rundir.patch b/recipes/lmbench/lmbench-2.0.4/gnu-os-rundir.patch
new file mode 100644
index 0000000..afffcea
--- /dev/null
+++ b/recipes/lmbench/lmbench-2.0.4/gnu-os-rundir.patch
@@ -0,0 +1,12 @@
+Index: lmbench-2.0.4/scripts/gnu-os
+===================================================================
+--- lmbench-2.0.4.orig/scripts/gnu-os
++++ lmbench-2.0.4/scripts/gnu-os
+@@ -88,6 +88,7 @@ if test $# != 0; then
+   exit 1
+ fi
+ 
++mkdir -p $RUNDIR
+ cd $RUNDIR
+ dummy=`tempfile -d .`
+ #dummy=dummy-$$
diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index c1707df..e650dd3 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -3,13 +3,14 @@ DESCRIPTION = "Tools for performance analysis."
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
-PR = "r3"
+PR = "r4"
 
 inherit autotools
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
 	   file://debian.patch \
 	   file://exe.patch \
+	   file://gnu-os-rundir.patch \
 	   file://lmbench-run"
 S = "${WORKDIR}/lmbench-${PV}"
 





More information about the Openembedded-commits mailing list