diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2018-07-09 01:29:33 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:42 -0700 |
commit | a80fec99ea8aaf8023357defc32427cbeecee749 (patch) | |
tree | 26be873ee6b89c410708ef007d7ecafba0d4bb12 /meta-oe/recipes-benchmark | |
parent | 0badc5ce282f3186c7fdfc6159f3153593001cfa (diff) | |
download | meta-openembedded-a80fec99ea8aaf8023357defc32427cbeecee749.tar.gz |
iozone3: Upgrade to 482
Licence-Update:
The copyright info is located in source file
iozone.c.
Previously in v465, the copyright info is located
between lines 37 to 48 and lines 260 to 266, but
now in v482, it is located between lines 37 to 48
and lines 269 to 275 instead.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-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 191b93425..db79dff0a 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 | ||