diff options
-rw-r--r-- | meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb (renamed from meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb) | 7 | ||||
-rw-r--r-- | meta-oe/recipes-benchmark/bonnie/files/gcc-4.3-fixes.patch | 19 |
2 files changed, 3 insertions, 23 deletions
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb index 2c1217e347..d7583f0764 100644 --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb | |||
@@ -4,11 +4,10 @@ SECTION = "benchmark/tests" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0" | 5 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0" |
6 | 6 | ||
7 | SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \ | 7 | SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}_${PV}.tgz \ |
8 | file://gcc-4.3-fixes.patch \ | ||
9 | " | 8 | " |
10 | SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968" | 9 | SRC_URI[md5sum] = "1414aab86e2db1b4691bd4be82031012" |
11 | SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb" | 10 | SRC_URI[sha256sum] = "507bd2ce5360c7c98b91b0fdc2bed5c9320b5c9699f7d4a3d1c86b256896c15e" |
12 | 11 | ||
13 | inherit autotools-brokensep | 12 | inherit autotools-brokensep |
14 | 13 | ||
diff --git a/meta-oe/recipes-benchmark/bonnie/files/gcc-4.3-fixes.patch b/meta-oe/recipes-benchmark/bonnie/files/gcc-4.3-fixes.patch deleted file mode 100644 index 67f1b74948..0000000000 --- a/meta-oe/recipes-benchmark/bonnie/files/gcc-4.3-fixes.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | Includes string.h to one of the source file. | ||
2 | |||
3 | Upstream-Status: Inappropriate [not author.] | ||
4 | --- | ||
5 | zcav.cpp | 1 + | ||
6 | 1 file changed, 1 insertion(+) | ||
7 | |||
8 | Index: bonnie++-1.03a/zcav.cpp | ||
9 | =================================================================== | ||
10 | --- bonnie++-1.03a.orig/zcav.cpp | ||
11 | +++ bonnie++-1.03a/zcav.cpp | ||
12 | @@ -15,6 +15,7 @@ using namespace std; | ||
13 | #else | ||
14 | #include <vector.h> | ||
15 | #endif | ||
16 | +#include <string.h> | ||
17 | |||
18 | // Read the specified number of megabytes of data from the fd and return the | ||
19 | // amount of time elapsed in seconds. | ||