mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_GPIOZERO
|
||||
depends on BR2_arm
|
||||
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
|
||||
select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
help
|
||||
A simple interface to GPIO devices with Raspberry Pi.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 8cb9824fe1b08e7935de03899455e20ce2c242e4cebb0c954c274c48059f6ea5 python-gpiozero-1.5.1.tar.gz
|
||||
sha256 7e6da923774437e24edc0c056e486415bace8c4ba4123c22ac4214147854ea6d python-gpiozero-1.6.2.tar.gz
|
||||
# Locally computed
|
||||
sha256 b6e26763b79d7904d6eaa66f7f53ae374cf30431bb6ba8bcb0d9d5ff56dc69e3 LICENSE.rst
|
||||
sha256 b6fdd587f3dc3a9b8cc5adae00918e3ffa909b1092bd4decf7e8b1b08fa5d0fb LICENSE.rst
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GPIOZERO_VERSION = 1.5.1
|
||||
PYTHON_GPIOZERO_VERSION = 1.6.2
|
||||
PYTHON_GPIOZERO_SITE = $(call github,gpiozero,gpiozero,v$(PYTHON_GPIOZERO_VERSION))
|
||||
PYTHON_GPIOZERO_LICENSE = BSD-3-Clause
|
||||
PYTHON_GPIOZERO_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
Reference in New Issue
Block a user