mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-pyudev: new package
Add a patch, that fixes find_library() issue on the systems without library cache. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6ea683df76
commit
27d6deb449
14
package/python-pyudev/python-pyudev.mk
Normal file
14
package/python-pyudev/python-pyudev.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyudev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYUDEV_VERSION = 0.18
|
||||
PYTHON_PYUDEV_SOURCE = pyudev-$(PYTHON_PYUDEV_VERSION).tar.gz
|
||||
PYTHON_PYUDEV_SITE = https://pypi.python.org/packages/source/p/pyudev
|
||||
PYTHON_PYUDEV_LICENSE = LGPLv2.1+
|
||||
PYTHON_PYUDEV_LICENSE_FILES = COPYING
|
||||
PYTHON_PYUDEV_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user