mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_LIBUSB1
|
||||
bool "python-libusb1"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # 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
|
||||
@@ -0,0 +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
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-libusb1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LIBUSB1_VERSION = 1.7.1
|
||||
PYTHON_LIBUSB1_SOURCE = libusb1-$(PYTHON_LIBUSB1_VERSION).tar.gz
|
||||
PYTHON_LIBUSB1_SITE = https://files.pythonhosted.org/packages/80/bb/4ee9d760dd29499d877ee384f1d2bc6bb9923defd4c69843aef5e729972d
|
||||
PYTHON_LIBUSB1_SETUP_TYPE = setuptools
|
||||
PYTHON_LIBUSB1_LICENSE = LGPL-2.1+
|
||||
PYTHON_LIBUSB1_LICENSE_FILES = COPYING.LESSER
|
||||
PYTHON_LIBUSB1_DEPENDENCIES = libusb
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user