[oe-commits] [meta-openembedded] 34/76: iozone3: add UPSTREAM_CHECK_REGEX

git at git.openembedded.org git at git.openembedded.org
Wed May 30 02:18:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2ac6f5f7a63e4b85cc58decb6f6f89f0bbcd24de
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Tue May 29 15:17:34 2018 +0800

    iozone3: add UPSTREAM_CHECK_REGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-benchmark/iozone3/iozone3_465.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_465.bb
index 2864a4d..191b934 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 \
 SRC_URI[md5sum] = "c924e5e46fb1cf8145f420e8e57eb954"
 SRC_URI[sha256sum] = "2e3d72916e7d7340a7c505fc0c3d28553fcc5ff2daf41d811368e55bd4e6a293"
 
+UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar"
+
 S = "${WORKDIR}/${BPN}_${PV}/src/current/"
 
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list