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-08 15:49:44 +0000
commitb43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch)
tree20a21b5ee9a5220a35271762ecc8c4f517bb9603 /recipes-kernel/bluez-firmware-rpidistro
parent59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff)
downloadmeta-raspberrypi-github-dunfell.tar.gz
recipes: Update SRC_URI protocols for githubgithub-dunfell
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>
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 310d2f8..260aeb9 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 = "96eefffcccc725425fd83be5e0704a5c32b79e54" 27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54"
28PV = "0.0+git${SRCPV}" 28PV = "0.0+git${SRCPV}"
29 29