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