mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1373274bc8d8001edc54933919f36f68"
|
||||
DEPENDS += "util-linux"
|
||||
|
||||
SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "gstreamer1.0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;branch=master"
|
||||
|
||||
FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
|
||||
FILES_${PN} += "${libdir}/*"
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee"
|
||||
SRC_URI = "git://github.com/cisco/libsrtp.git"
|
||||
SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
||||
SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036"
|
||||
SRC_URI = "git://github.com/Haivision/srt;protocol=https \
|
||||
SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \
|
||||
file://0001-don-t-install-srt-ffplay.patch \
|
||||
file://0001-core-Fix-build-with-GCC-11.-1806.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user