mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +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
@@ -14,7 +14,7 @@ PV = "7.91+git${SRCPV}"
|
||||
SRCREV = "c22d359433b333937ee3d803450dc41998115685"
|
||||
|
||||
DEPENDS = "elfutils"
|
||||
SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http;protocol=https \
|
||||
SRC_URI = "git://github.com/sparkleholic/ltrace.git;protocol=https;branch=master \
|
||||
file://configure-allow-to-disable-selinux-support.patch \
|
||||
file://0001-replace-readdir_r-with-readdir.patch \
|
||||
file://0001-Use-correct-enum-type.patch \
|
||||
|
||||
Reference in New Issue
Block a user