diff options
author | Christian Kellermann <christian.kellermann@solectrix.de> | 2017-03-01 17:18:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-05 21:38:45 +0100 |
commit | 5b7a53ab8cbe6949f8878aff8b25e5ef589b9eff (patch) | |
tree | ba66d79abefc3094213396d75ed9177744fb5850 /package/python-pylibftdi/Config.in | |
parent | e2ac546c1951ba8a3e88965d3023eb38a9493f28 (diff) | |
download | buildroot-5b7a53ab8cbe6949f8878aff8b25e5ef589b9eff.tar.gz buildroot-5b7a53ab8cbe6949f8878aff8b25e5ef589b9eff.zip |
python-pylibftdi: new package
Adds the python binding for libftdi to buildroot.
Signed-off-by: Christian Kellermann <christian.kellermann@solectrix.de>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pylibftdi/Config.in')
-rw-r--r-- | package/python-pylibftdi/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/python-pylibftdi/Config.in b/package/python-pylibftdi/Config.in new file mode 100644 index 0000000000..f829071235 --- /dev/null +++ b/package/python-pylibftdi/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PYTHON_PYLIBFTDI + bool "python-pylibftdi" + select BR2_PACKAGE_LIBFTDI + depends on BR2_TOOLCHAIN_HAS_THREADS # libusb + help + This package contains the python language binding libftdi. + + https://pypi.python.org/pypi/pylibftdi + +comment "python-pylibftdi needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS |