diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-08 15:31:40 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-08 06:53:05 -0800 |
| commit | fcd57a086d3e2833d2230441c9ce4e03707243da (patch) | |
| tree | aee5dbdeb8f94187d735084400f169e54132651e | |
| parent | 8fb37f0f954e234d132468adba2072a70812a818 (diff) | |
| download | meta-openembedded-fcd57a086d3e2833d2230441c9ce4e03707243da.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>
| -rw-r--r-- | meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb | 2 |
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 357789ad88..36a4df5e3e 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 | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0542427ed5c315ca34aa09ae7a85ed32" | |||
| 8 | SECTION = "test" | 8 | SECTION = "test" |
| 9 | 9 | ||
| 10 | SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" | 10 | SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa" |
| 11 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;nobranch=1;protocol=https \ |
| 12 | file://0001-Use-toolchain-from-environment-variables.patch \ | 12 | file://0001-Use-toolchain-from-environment-variables.patch \ |
| 13 | file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ | 13 | file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ |
| 14 | file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ | 14 | file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ |
