]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libftdi1: new package
authorDaniel Sangue <daniel.sangue@sangue.ch>
Sun, 8 Mar 2015 11:26:02 +0000 (12:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 16 Mar 2015 13:08:45 +0000 (14:08 +0100)
commit2620a1ac2df9c187238ed665b993d91e35d4f605
treec99127028dfc0cdc7f4e317bafd608994a338e87
parentda489487d7392c92d6101ab26b96145974d589c5
package/libftdi1: new package

This version of libftdi can coexists beside the 0.x version.

Signed-off-by: Daniel Sangue <daniel.sangue@sangue.ch>
[Samuel Martin:
  - libftdi1.mk: bump to version 1.2 and add hash
  - cleanup uneeded libusb-compat stuff
  - Config.in: add comment when ftdipp1 deps are not met
  - fix typos in variable names and legit CMake options for *_CONF_OPTS
  - add support for python bindings and ftdi_eeprom
  - fix static build
  - fix build with toolchain w/o C++ support
]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[Thomas:
 - reorder Config.in option properties: first the "bool" property,
   then the "selects", then the "depends on".
 - remove "thread" dependency from the libftdipp1 comment since the
   whole package can anyway not be selected if there's no thread
   support.
 - fix a big mistake in the .mk file:
    $(if BR2_PACKAGE_PYTHON,python,python3)
   replaced by:
    $(if $(BR2_PACKAGE_PYTHON),python,python3)
 - add license information.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/libftdi1/0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch [new file with mode: 0644]
package/libftdi1/0002-cmake-fix-FindUSB1.cmake.patch [new file with mode: 0644]
package/libftdi1/0003-cmake-do-not-check-for-g-when-FTDIPP-is-disabled.patch [new file with mode: 0644]
package/libftdi1/Config.in [new file with mode: 0644]
package/libftdi1/libftdi1.hash [new file with mode: 0644]
package/libftdi1/libftdi1.mk [new file with mode: 0644]