diff options
author | Marcel Hamer <marcel@solidxs.se> | 2021-11-05 12:18:39 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-08 15:49:44 +0000 |
commit | b43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch) | |
tree | 20a21b5ee9a5220a35271762ecc8c4f517bb9603 /recipes-connectivity | |
parent | 59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff) | |
download | meta-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-connectivity')
-rw-r--r-- | recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb index ccf714b..6ad81c4 100644 --- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb +++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "\ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/RPi-Distro/pi-bluetooth \ | 10 | git://github.com/RPi-Distro/pi-bluetooth;branch=master;protocol=https \ |
11 | file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \ | 11 | file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \ |
12 | " | 12 | " |
13 | SRCREV = "cbdbcb66bcc5b9af05f1a9fffe2254c872bb0ace" | 13 | SRCREV = "cbdbcb66bcc5b9af05f1a9fffe2254c872bb0ace" |