From 67189798009f427e83a13f174e50895276b9c71d Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 19 Aug 2026 17:36:15 +1200 Subject: [PATCH] sockperf: add UPSTREAM_CHECK_COMMITS Fixes: $ devtool latest-version sockperf ... INFO: Current version: git INFO: Latest version: 3.10 INFO: Latest version's commit: 5ebd327da983225321818c0355db922515e026bd Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/sockperf/sockperf_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-benchmark/sockperf/sockperf_git.bb b/meta-oe/recipes-benchmark/sockperf/sockperf_git.bb index 42327f5426..ab0e35667e 100644 --- a/meta-oe/recipes-benchmark/sockperf/sockperf_git.bb +++ b/meta-oe/recipes-benchmark/sockperf/sockperf_git.bb @@ -8,4 +8,6 @@ LIC_FILES_CHKSUM = "file://copying;md5=b4563b57c98bc23c8cecbc0b6d9546e9" SRC_URI = "git://github.com/Mellanox/sockperf;branch=sockperf_v2;protocol=https" SRCREV = "3c65ad99cd385e18f8a2a655c19826e81a4d17e8" +UPSTREAM_CHECK_COMMITS = "1" + inherit autotools \ No newline at end of file