summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb
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-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb
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-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb')
-rw-r--r--recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb
index ccf5eaa..1f745e7 100644
--- a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb
+++ b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_Register"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e"
5 5
6SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Register.git;branch=main" 6SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Register.git;branch=main;protocol=https"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457" 9SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457"