summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux-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/linux-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/linux-firmware-rpidistro')
-rw-r--r--recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
index 99afde8..ca75fa6 100644
--- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
+++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "\
33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" 33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx"
34NO_GENERIC_LICENSE[WHENCE] = "WHENCE" 34NO_GENERIC_LICENSE[WHENCE] = "WHENCE"
35 35
36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" 36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https"
37 37
38SRCREV = "98e815735e2c805d65994ccc608f399595b74438" 38SRCREV = "98e815735e2c805d65994ccc608f399595b74438"
39PV = "20190114-1+rpt8" 39PV = "20190114-1+rpt8"