* Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable version.
Signed-off-by: Yi Zhao <[email protected]> --- meta-oe/recipes-benchmark/fio/{fio_3.36.bb => fio_3.37.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/fio/{fio_3.36.bb => fio_3.37.bb} (93%) 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 a871ed8fe..83c889a8f 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<pver>\d+(\.\d+)+)" + S = "${WORKDIR}/git" # avoids build breaks when using no-static-libs.inc -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112536): https://lists.openembedded.org/g/openembedded-devel/message/112536 Mute This Topic: https://lists.openembedded.org/mt/108701371/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
