summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-spidev_3.6.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-03-25 14:59:59 -0400
committerKhem Raj <raj.khem@gmail.com>2025-03-25 18:32:07 -0700
commit37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch)
tree1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-devtools/python/python3-spidev_3.6.bb
parentb5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff)
downloadmeta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-spidev_3.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-spidev_3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb
index 6077ec2524..4c2d94630c 100644
--- a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb
+++ b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb
@@ -4,7 +4,7 @@ devices from user space via the spidev linux kernel driver.\
4This is a modified version of the code originally found\ 4This is a modified version of the code originally found\
5[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\ 5[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
6All code is GPLv2 licensed unless explicitly stated otherwise." 6All code is GPLv2 licensed unless explicitly stated otherwise."
7HOMEPAGE = "http://github.com/doceme/py-spidev" 7HOMEPAGE = "https://github.com/doceme/py-spidev"
8SECTION = "devel/python" 8SECTION = "devel/python"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78"