mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# sha256 from https://pypi.org/project/spidev
|
||||
sha256 8a7f5c289f161ea2ac4697fa8a10918232c990678dd0053084b3c43b1363910d spidev-3.5.tar.gz
|
||||
|
||||
# locally computed
|
||||
sha256 153a6f02f41aebe292cf3307f973a80b4fb0c988d8d3e7d126c7a66c20b1cc27 README.md
|
||||
# md5 from https://pypi.python.org/pypi/spidev/json, sha256 locally computed
|
||||
md5 f601676f1bb48b9aa3b3897f95216365 spidev-3.2.tar.gz
|
||||
sha256 09d2b5122f0dd79910713a11f9a0020f71537224bf829916def4fffc0ea59456 spidev-3.2.tar.gz
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SPIDEV_VERSION = 3.5
|
||||
PYTHON_SPIDEV_VERSION = 3.2
|
||||
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
||||
PYTHON_SPIDEV_SITE = https://files.pythonhosted.org/packages/62/56/de649e7d95f9fcfaf965a6eb937b4a46bc77ef21487c99cde1a7a0546040
|
||||
PYTHON_SPIDEV_SETUP_TYPE = setuptools
|
||||
PYTHON_SPIDEV_LICENSE = MIT
|
||||
PYTHON_SPIDEV_LICENSE_FILES = README.md
|
||||
PYTHON_SPIDEV_SITE = https://pypi.python.org/packages/36/83/73748b6e1819b57d8e1df8090200195cdae33aaa22a49a91ded16785eedd
|
||||
PYTHON_SPIDEV_SETUP_TYPE = distutils
|
||||
PYTHON_SPIDEV_LICENSE = GPL-2.0
|
||||
PYTHON_SPIDEV_LICENSE_FILES = LICENSE.md
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user