python-nfc: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f9167f5a38
commit
527302e73f
@ -7,14 +7,7 @@
|
||||
PYTHON_NFC_VERSION = 142
|
||||
PYTHON_NFC_SITE = https://launchpad.net/nfcpy
|
||||
PYTHON_NFC_SITE_METHOD = bzr
|
||||
PYTHON_NFC_DEPENDENCIES = python libusb libusb-compat
|
||||
PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
|
||||
PYTHON_NFC_SETUP_TYPE = distutils
|
||||
|
||||
define PYTHON_NFC_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
endef
|
||||
|
||||
define PYTHON_NFC_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user