diff options
-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 = "" | |||
22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
24 | 24 | ||
25 | PV .= "+git" | 25 | SRCREV = "9213e16d98b0e9d2f8d4f7e760ed0fd45c8960f6" |
26 | SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac" | ||
27 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master" | 26 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master" |
28 | 27 | ||
28 | UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" | ||
29 | |||
29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
30 | 31 | ||
31 | # avoids build breaks when using no-static-libs.inc | 32 | # avoids build breaks when using no-static-libs.inc |