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