mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
4decf7d0a7
commit
2e0a581bee
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5486c0df458c74c85828e0cdbffd499e"
|
||||
|
||||
SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd"
|
||||
SRC_URI = " \
|
||||
git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x;protocol=https \
|
||||
git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \
|
||||
file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user