diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-04-05 01:50:47 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-29 20:15:32 +0200 |
| commit | e8be1798027196d7457e13a452154570293dd4a0 (patch) | |
| tree | 6d098ad08828a303dc757b3324b30aa8454860d9 /meta-networking/recipes-support | |
| parent | d11f0a27f59ca0951738c011fb6e5b42b25f2eff (diff) | |
| download | meta-openembedded-e8be1798027196d7457e13a452154570293dd4a0.tar.gz | |
recipes: Remove double protocol= from SRC_URIs
With the exception of paho-mqtt-cpp, the double protocol= attributes
were added to the SRC_URIs when protocol=https was added to all SRC_URIs
fetching from github.com in commit b402a3076f (recipes: Update SRC_URI
branch and protocols).
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 2e0a581bee7fc15a78f6e19ba1e596930edee414)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.15.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.15.0.bb b/meta-networking/recipes-support/unbound/unbound_1.15.0.bb index e5b649164d..64a70dc6af 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.15.0.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.15.0.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "net" | |||
| 9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ |
| 13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ | 13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "c29b0e0a96c4d281aef40d69a11c564d6ed1a2c6" | 15 | SRCREV = "c29b0e0a96c4d281aef40d69a11c564d6ed1a2c6" |
