mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26: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> Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
0dc08f9737
commit
b4ec97e4eb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024"
|
||||
COMPATIBLE_HOST = "null"
|
||||
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
|
||||
|
||||
SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \
|
||||
SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https;branch=master \
|
||||
file://0001-gitignore-add-archives-from-lib-directory.patch \
|
||||
file://0002-add-install-targets-to-Makefiles.patch \
|
||||
file://0003-switch-to-pkg-config.patch \
|
||||
|
||||
Reference in New Issue
Block a user