summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = ""
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