diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 2ac6f5f7a63e4b85cc58decb6f6f89f0bbcd24de (patch) | |
tree | 6bb7afdf1dbdc401b4c73fe1ade03aa10747516f /meta-oe | |
parent | 5009a6e631ddb6e6e5cdd860fadbf0350de0c2ba (diff) | |
download | meta-openembedded-2ac6f5f7a63e4b85cc58decb6f6f89f0bbcd24de.tar.gz |
iozone3: add UPSTREAM_CHECK_REGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/iozone3/iozone3_465.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb index 2864a4d7f..191b93425 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb | |||
@@ -13,6 +13,8 @@ SRC_URI = "http://www.iozone.org/src/current/${BPN}_${PV}.tar \ | |||
13 | SRC_URI[md5sum] = "c924e5e46fb1cf8145f420e8e57eb954" | 13 | SRC_URI[md5sum] = "c924e5e46fb1cf8145f420e8e57eb954" |
14 | SRC_URI[sha256sum] = "2e3d72916e7d7340a7c505fc0c3d28553fcc5ff2daf41d811368e55bd4e6a293" | 14 | SRC_URI[sha256sum] = "2e3d72916e7d7340a7c505fc0c3d28553fcc5ff2daf41d811368e55bd4e6a293" |
15 | 15 | ||
16 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" | ||
17 | |||
16 | S = "${WORKDIR}/${BPN}_${PV}/src/current/" | 18 | S = "${WORKDIR}/${BPN}_${PV}/src/current/" |
17 | 19 | ||
18 | # | 20 | # |