[oe-commits] Tom Rini : bonnie++: Add a patch for gcc-4.3 (needs string.h)

GIT User account git at amethyst.openembedded.net
Wed Feb 4 06:03:31 UTC 2009


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

Author: Tom Rini <trini at embeddedalley.com>
Date:   Wed Feb  4 01:01:39 2009 -0500

bonnie++: Add a patch for gcc-4.3 (needs string.h)

---

 packages/bonnie/bonnie++.inc              |    3 ++-
 packages/bonnie/files/gcc-4.3-fixes.patch |   16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/packages/bonnie/bonnie++.inc b/packages/bonnie/bonnie++.inc
index dabe6dc..7e9d815 100644
--- a/packages/bonnie/bonnie++.inc
+++ b/packages/bonnie/bonnie++.inc
@@ -6,7 +6,8 @@ DESCRIPTION="Tests large file IO and creation/deletion of small files."
 LICENSE="GPL"
 
 
-SRC_URI="http://www.coker.com.au/bonnie++/${PN}-${PV}.tgz"
+SRC_URI="http://www.coker.com.au/bonnie++/${PN}-${PV}.tgz \
+	 file://gcc-4.3-fixes.patch;patch=1"
 
 inherit autotools
 
diff --git a/packages/bonnie/files/gcc-4.3-fixes.patch b/packages/bonnie/files/gcc-4.3-fixes.patch
new file mode 100644
index 0000000..cecf87e
--- /dev/null
+++ b/packages/bonnie/files/gcc-4.3-fixes.patch
@@ -0,0 +1,16 @@
+---
+ zcav.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+Index: bonnie++-1.03a/zcav.cpp
+===================================================================
+--- bonnie++-1.03a.orig/zcav.cpp
++++ bonnie++-1.03a/zcav.cpp
+@@ -15,6 +15,7 @@ using namespace std;
+ #else
+ #include <vector.h>
+ #endif
++#include <string.h>
+ 
+ // Read the specified number of megabytes of data from the fd and return the
+ // amount of time elapsed in seconds.





More information about the Openembedded-commits mailing list