aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 18:04:13 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-25 18:52:52 -0700
commit10fb90ef3c89cab95c135475e9258834e08082bf (patch)
treef9691833a391a1bb8652f0084dec05d7694b5c14 /meta-oe/recipes-benchmark
parent6f4ed3a094e9fffb6ab1988d0f33df9430aad126 (diff)
downloadmeta-openembedded-contrib-10fb90ef3c89cab95c135475e9258834e08082bf.tar.gz
fio: Upgrade to 3.36+git
Brings needed fixes to build with latest musl as well. 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.36.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.32.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.32.bb b/meta-oe/recipes-benchmark/fio/fio_3.36.bb
index 90e28340c6..a871ed8fe5 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.32.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.36.bb
@@ -22,7 +22,8 @@ PACKAGECONFIG_NUMA:armeb = ""
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
PACKAGECONFIG[numa] = ",--disable-numa,numactl"
-SRCREV = "db7fc8d864dc4fb607a0379333a0db60431bd649"
+PV .= "+git"
+SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac"
SRC_URI = "git://git.kernel.dk/fio.git;branch=master"
S = "${WORKDIR}/git"