summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-10-10 09:38:14 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-10 12:53:49 -0700
commit21bdd363c97d89aec7d92007309af48db0a801d4 (patch)
tree32907cf1abd0937bffec026d5cfe595ba13e0fa7 /meta-oe/recipes-benchmark
parent478ae92aeb7d17d6957280e3fd6a94a75b48194a (diff)
downloadmeta-openembedded-21bdd363c97d89aec7d92007309af48db0a801d4.tar.gz
fio: upgrade 3.37 -> 3.38
Signed-off-by: Yi Zhao <yi.zhao@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/fio/fio_3.38.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.37.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.37.bb b/meta-oe/recipes-benchmark/fio/fio_3.38.bb
index 83c889a8f..1d1db92f4 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.37.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.38.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG_NUMA:armeb = ""
22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
23PACKAGECONFIG[numa] = ",--disable-numa,numactl" 23PACKAGECONFIG[numa] = ",--disable-numa,numactl"
24 24
25SRCREV = "9213e16d98b0e9d2f8d4f7e760ed0fd45c8960f6" 25SRCREV = "5af800ca20ea18193d2262a8191ae32e14d623f8"
26SRC_URI = "git://git.kernel.dk/fio.git;branch=master" 26SRC_URI = "git://git.kernel.dk/fio.git;branch=master"
27 27
28UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" 28UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)"