summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 90e28340c..a871ed8fe 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 = ""
22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
23PACKAGECONFIG[numa] = ",--disable-numa,numactl" 23PACKAGECONFIG[numa] = ",--disable-numa,numactl"
24 24
25SRCREV = "db7fc8d864dc4fb607a0379333a0db60431bd649" 25PV .= "+git"
26SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac"
26SRC_URI = "git://git.kernel.dk/fio.git;branch=master" 27SRC_URI = "git://git.kernel.dk/fio.git;branch=master"
27 28
28S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"