summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/pi-blaster
diff options
context:
space:
mode:
authorMarcel Hamer <marcel@solidxs.se>2021-11-05 12:18:39 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-11-07 21:30:23 +0000
commite31fba4c96cdf819958d05875fb8733481997806 (patch)
treed4a0735eece7bcfacc1b386a44755b677161a1bb /recipes-devtools/pi-blaster
parent316b017c53f45da4fb76fab717f3e0a47b239f75 (diff)
downloadmeta-raspberrypi-e31fba4c96cdf819958d05875fb8733481997806.tar.gz
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>
Diffstat (limited to 'recipes-devtools/pi-blaster')
-rw-r--r--recipes-devtools/pi-blaster/pi-blaster_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb
index 4aa7427..1d21089 100644
--- a/recipes-devtools/pi-blaster/pi-blaster_git.bb
+++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" 5LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d"
6 6
7SRC_URI = "git://github.com/sarfata/pi-blaster \ 7SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \
8 file://remove-initscript-lsb-dependency.patch \ 8 file://remove-initscript-lsb-dependency.patch \
9 " 9 "
10 10