summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-09-28 17:33:53 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-29 10:01:07 -0700
commit6163c3c9b0c099b1e53370cf0a9ee18b86abf8ab (patch)
tree028bf02cc5b9b9b24e9260ccfb507d3a0e5c6d44 /meta-oe
parentb4b8251b71be76c6630d5e7fc21a4d0fb1f21b9b (diff)
downloadmeta-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 a871ed8fe..83c889a8f 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 = ""
22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
23PACKAGECONFIG[numa] = ",--disable-numa,numactl" 23PACKAGECONFIG[numa] = ",--disable-numa,numactl"
24 24
25PV .= "+git" 25SRCREV = "9213e16d98b0e9d2f8d4f7e760ed0fd45c8960f6"
26SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac"
27SRC_URI = "git://git.kernel.dk/fio.git;branch=master" 26SRC_URI = "git://git.kernel.dk/fio.git;branch=master"
28 27
28UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)"
29
29S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
30 31
31# avoids build breaks when using no-static-libs.inc 32# avoids build breaks when using no-static-libs.inc