summaryrefslogtreecommitdiffstats
path: root/package/python-pylibftdi
Commit message (Collapse)AuthorAgeFilesLines
* package/p*/Config.in: fix ordering of statementsAdam Duskett2017-05-011-1/+1
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter p in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pylibftdi: use package name for .mk fileRicardo Martincoski2017-04-061-1/+1
| | | | | | | | | | | Found using [1]: check-package --include-only TypoInPackageVariable $(find * -type f) and manually fixed. [1] http://patchwork.ozlabs.org/patch/729672/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pylibftdi: check hashRicardo Martincoski2017-04-061-0/+0
| | | | | | | | | | Currently the hash is not checked, returning this message: WARNING: no hash file for pylibftdi-0.15.0.tar.gz Rename the .hash file to use the package name. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-pyliftdi: fix patchYann E. MORIN2017-03-061-1/+1
| | | | | | | | | | | | | | | The 0001 patch introduces leading tabs, when the rest of the file is using leading spaces, and python3 does not like that. Fixes: http://autobuild.buildroot.org/results/e24/e24a8e6f62139ab0efbce7a32c3d88c2cba839c6/ http://autobuild.buildroot.org/results/7b1/7b14c4bb4cac3ff006e77330cbd7b839ad80192a/ http://autobuild.buildroot.org/results/67c/67cddfdb801e83acfd9f197f5661fd43fa38a092/ [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Christian Kellermann <christian.kellermann@solectrix.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pylibftdi: new packageChristian Kellermann2017-03-054-0/+60
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>
OpenPOWER on IntegriCloud