diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-28 17:33:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-29 10:01:07 -0700 |
commit | 6163c3c9b0c099b1e53370cf0a9ee18b86abf8ab (patch) | |
tree | 028bf02cc5b9b9b24e9260ccfb507d3a0e5c6d44 /meta-oe | |
parent | b4b8251b71be76c6630d5e7fc21a4d0fb1f21b9b (diff) | |
download | meta-openembedded-6163c3c9b0c099b1e53370cf0a9ee18b86abf8ab.tar.gz |
fio: upgrade 3.36 -> 3.37
* Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable
version.
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/fio/fio_3.37.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.36.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.36.bb b/meta-oe/recipes-benchmark/fio/fio_3.37.bb index a871ed8fe5..83c889a8f0 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.36.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.37.bb | |||
@@ -22,10 +22,11 @@ PACKAGECONFIG_NUMA:armeb = "" | |||
22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
24 | 24 | ||
25 | PV .= "+git" | 25 | SRCREV = "9213e16d98b0e9d2f8d4f7e760ed0fd45c8960f6" |
26 | SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac" | ||
27 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master" | 26 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master" |
28 | 27 | ||
28 | UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" | ||
29 | |||
29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
30 | 31 | ||
31 | # avoids build breaks when using no-static-libs.inc | 32 | # avoids build breaks when using no-static-libs.inc |