diff --git a/meta-oe/recipes-benchmark/fio/fio_3.36.bb b/meta-oe/recipes-benchmark/fio/fio_3.37.bb similarity index 93% rename from meta-oe/recipes-benchmark/fio/fio_3.36.bb rename to 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 = "" PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" PACKAGECONFIG[numa] = ",--disable-numa,numactl" -PV .= "+git" -SRCREV = "b2403d413ee734e8835539319d8bc3429a0777ac" +SRCREV = "9213e16d98b0e9d2f8d4f7e760ed0fd45c8960f6" SRC_URI = "git://git.kernel.dk/fio.git;branch=master" +UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P\d+(\.\d+)+)" + S = "${WORKDIR}/git" # avoids build breaks when using no-static-libs.inc