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:
@@ -1,11 +1,13 @@
|
||||
config BR2_PACKAGE_PYTHON_LIBUSB1
|
||||
bool "python-libusb1"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Pure-python wrapper for libusb-1.0.
|
||||
|
||||
http://github.com/vpelletier/python-libusb1
|
||||
|
||||
comment "python-libusb1 needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
comment "python-libusb1 needs a toolchain w/ threads, gcc >= 4.9"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/libusb1/json, sha256 locally computed
|
||||
md5 cb4073182fef4cee6ab9c6666b48d1a1 libusb1-1.7.1.tar.gz
|
||||
sha256 adf64a4f3f5c94643a1286f8153bcf4bc787c348b38934aacd7fe17fbeebc571 libusb1-1.7.1.tar.gz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LESSER
|
||||
md5 b087646fb0c8c4cf7e8123af72f885b9 libusb1-2.0.1.tar.gz
|
||||
sha256 d3ba82ecf7ab6a48d21dac6697e26504670cc3522b8e5941bd28fb56cf3f6c46 libusb1-2.0.1.tar.gz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LESSER
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LIBUSB1_VERSION = 1.7.1
|
||||
PYTHON_LIBUSB1_VERSION = 2.0.1
|
||||
PYTHON_LIBUSB1_SOURCE = libusb1-$(PYTHON_LIBUSB1_VERSION).tar.gz
|
||||
PYTHON_LIBUSB1_SITE = https://files.pythonhosted.org/packages/80/bb/4ee9d760dd29499d877ee384f1d2bc6bb9923defd4c69843aef5e729972d
|
||||
PYTHON_LIBUSB1_SITE = https://files.pythonhosted.org/packages/a9/97/e8afa2af12b6de608ec86c8c4ad57f1248d98946d1b5e1aa0bff926755e9
|
||||
PYTHON_LIBUSB1_SETUP_TYPE = setuptools
|
||||
PYTHON_LIBUSB1_LICENSE = LGPL-2.1+
|
||||
PYTHON_LIBUSB1_LICENSE_FILES = COPYING.LESSER
|
||||
|
||||
Reference in New Issue
Block a user