From 7c6260ef531c448fb7c990063ec3757f8b307b00 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 12 Nov 2025 20:35:37 +0100 Subject: [PATCH] wifi-test-suite: correct SRC_URI The commit from the recipe got got detached from the master branch - use nobranch to avoid fetching failure. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj (cherry picked from commit fcd57a086d3e2833d2230441c9ce4e03707243da) Signed-off-by: Gyorgy Sarvari --- .../recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb index 490f8324b4..2c05d74aa7 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb +++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb @@ -9,7 +9,7 @@ SECTION = "test" S = "${WORKDIR}/git" SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" -SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;nobranch=1;protocol=https \ file://0001-Use-toolchain-from-environment-variables.patch \ file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \