diff options
author | Marcel Hamer <marcel@solidxs.se> | 2021-11-05 12:18:39 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-07 21:30:23 +0000 |
commit | e31fba4c96cdf819958d05875fb8733481997806 (patch) | |
tree | d4a0735eece7bcfacc1b386a44755b677161a1bb /recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb | |
parent | 316b017c53f45da4fb76fab717f3e0a47b239f75 (diff) | |
download | meta-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/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb')
-rw-r--r-- | recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb b/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb index 7cccd58..2cf8afd 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_BusDevice" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main;protocol=https" |
7 | SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40" | 7 | SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |