summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-09 17:00:11 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-12 11:32:41 +0530
commit8df8bbff03a5fefffed50105044e90126478299d (patch)
treed93f9ba6a65aac0126d417539ae4f33d9e733531
parenta9fcf0ea778ed800e8ffdcd1eaf9e52b7188ec78 (diff)
downloadmeta-openembedded-8df8bbff03a5fefffed50105044e90126478299d.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" 11SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa"
12SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;nobranch=1;protocol=https \
13 file://0001-Use-toolchain-from-environment-variables.patch \ 13 file://0001-Use-toolchain-from-environment-variables.patch \
14 file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ 14 file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \
15 file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ 15 file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \