aboutsummaryrefslogtreecommitdiff
path: root/libs/libftdi
Commit message (Collapse)AuthorAge
* libftdi: Don't build examplesRosen Penev2019-10-02
| | | | | | Compilation fix with uClibc-ng. No change in package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi: Add back Boost_NO_BOOST_CMAKERosen Penev2019-09-23
| | | | | | Needed by this package for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi: Fix pkgconfig pathsRosen Penev2019-09-21
| | | | | | | | Switched to CMAKE_INSTALL for simplicity. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi: Fix compilation with most recent CMakeRosen Penev2019-05-15
| | | | | | | | | | | | | | | | Description from Amol Bhave: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libftdi: fix cmake build issuesÁlvaro Fernández Rojas2015-11-11
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libftdi: add libftdi-config, simplify files copyÁlvaro Fernández Rojas2015-01-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi: fix packagekit when useing cmakeÁlvaro Fernández Rojas2015-01-01
| | | | | | | | Based on upstream commit by Thomas Jarosch based on Alexander's patch. More info: https://github.com/openwrt/packages/pull/690 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi: mark as non-MIPS16Steven Barth2014-08-08
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libftdi: add license.Álvaro Fernández Rojas2014-07-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi: Import 0.19 from packages and update to 0.20.Álvaro Fernández Rojas2014-06-10