initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_NFC
|
||||
bool "python-nfc"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||
help
|
||||
Python module for near field communication.
|
||||
|
||||
https://launchpad.net/nfcpy
|
||||
|
||||
comment "python-nfc needs a toolchain w/ threads, gcc >= 4.9"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 7ff9265e393e9e70173ecef5a1f9124e67d3b6e481c2dc3a9537b6a769ebe16f python-nfc-0.13.5.tar.gz
|
||||
sha256 0dc4b0a3362f197e250604567a6b4eb16bbc34c186425401e2201a193a82549f LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-nfc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NFC_VERSION = 0.13.5
|
||||
PYTHON_NFC_SITE = $(call github,nfcpy,nfcpy,v$(PYTHON_NFC_VERSION))
|
||||
PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
|
||||
PYTHON_NFC_SETUP_TYPE = setuptools
|
||||
PYTHON_NFC_LICENSE = EUPL-1.1+
|
||||
PYTHON_NFC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user