aboutsummaryrefslogtreecommitdiff
path: root/libs/libftdi
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi: install libftdi1-config to hostRosen Penev2020-12-07
| | | | | | | | Helps old packages that don't use pkgconfig. Fix prefix paths as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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