diff options
-rw-r--r-- | meta-oe/recipes-benchmark/iozone3/iozone3_482.bb (renamed from meta-oe/recipes-benchmark/iozone3/iozone3_465.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_482.bb index 191b934259..db79dff0aa 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_482.bb | |||
@@ -4,14 +4,14 @@ AUTHOR = "Don Capps <don.capps2@verizon.net>, William D. Norcott <wnorcott@us.or | |||
4 | SECTION = "console/tests" | 4 | SECTION = "console/tests" |
5 | LICENSE = "iozone3" | 5 | LICENSE = "iozone3" |
6 | LIC_FILES_CHKSUM = "file://iozone.c;beginline=37;endline=48;md5=7331260091868dcad0f9edea735b5f4b \ | 6 | LIC_FILES_CHKSUM = "file://iozone.c;beginline=37;endline=48;md5=7331260091868dcad0f9edea735b5f4b \ |
7 | file://iozone.c;beginline=260;endline=266;md5=77f9ee51e45b57a7e7519c4fa0b4f00b \ | 7 | file://iozone.c;beginline=269;endline=275;md5=77f9ee51e45b57a7e7519c4fa0b4f00b \ |
8 | " | 8 | " |
9 | SRC_URI = "http://www.iozone.org/src/current/${BPN}_${PV}.tar \ | 9 | SRC_URI = "http://www.iozone.org/src/current/${BPN}_${PV}.tar \ |
10 | file://parallelism.patch \ | 10 | file://parallelism.patch \ |
11 | file://copyright.txt \ | 11 | file://copyright.txt \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "c924e5e46fb1cf8145f420e8e57eb954" | 13 | SRC_URI[md5sum] = "31ca1d3d28bc375c20a2808217cf212c" |
14 | SRC_URI[sha256sum] = "2e3d72916e7d7340a7c505fc0c3d28553fcc5ff2daf41d811368e55bd4e6a293" | 14 | SRC_URI[sha256sum] = "2733feb63c96f77177c68f3d938f2294d5394d8554b2767c45cbe138b2f3ae30" |
15 | 15 | ||
16 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" | 16 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" |
17 | 17 | ||