mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
recipes: Update SRC_URI protocols for github
Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
59c2d6f7a8
commit
c4d091732c
@@ -4,7 +4,7 @@ SECTION = "devel/libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d"
|
||||
|
||||
SRC_URI = "git://github.com/sarfata/pi-blaster \
|
||||
SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \
|
||||
file://remove-initscript-lsb-dependency.patch \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user