summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/bluez-firmware-rpidistro
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-kernel/bluez-firmware-rpidistro
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-kernel/bluez-firmware-rpidistro')
-rw-r--r--recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
index ef8df32..2e3d1cc 100644
--- a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
+++ b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "\
23# so that the license files will be copied from fetched source 23# so that the license files will be copied from fetched source
24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" 24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro"
25 25
26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware" 26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware;branch=master;protocol=https"
27SRCREV = "e7fd166981ab4bb9a36c2d1500205a078a35714d" 27SRCREV = "e7fd166981ab4bb9a36c2d1500205a078a35714d"
28PV = "1.2-4+rpt8" 28PV = "1.2-4+rpt8"
29 29