From 8df8bbff03a5fefffed50105044e90126478299d Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 9 Nov 2025 17:00:11 +0100 Subject: [PATCH] wifi-test-suite: correct SRC_URI The commit from the recipe got detached from the master branch - use nobranch to avoid fetching failure. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- .../wifi-test-suite/wifi-test-suite_10.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb index eda01ca388..c27e6849a9 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb +++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb @@ -9,7 +9,7 @@ SECTION = "test" S = "${WORKDIR}/git" SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" -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 \