summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-12 20:35:37 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-17 09:08:36 +0100
commit7c6260ef531c448fb7c990063ec3757f8b307b00 (patch)
tree7f2ef73948240329a9b91ad0dd380ccb6bd30363 /meta-oe
parentb8506b722c98be78a724ecff0fcd813449dafbc0 (diff)
downloadmeta-openembedded-7c6260ef531c448fb7c990063ec3757f8b307b00.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fcd57a086d3e2833d2230441c9ce4e03707243da) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" 11SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8"
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 \