aboutsummaryrefslogtreecommitdiff
path: root/libs/libftdi1
Commit message (Collapse)AuthorAge
* libftdi1: Fix pkgconfig paths properlyRosen Penev2019-09-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Apply pkgconfig fixes to libftdipp1 as wellRosen Penev2019-09-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Partially add back InstallDevRosen Penev2019-09-16
| | | | | | The pkgconfig file needs changing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Remove faulty change from last patchRosen Penev2019-09-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Don't build examplesRosen Penev2019-09-12
| | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Replace InstallDev section with CMAKE_INSTALL Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: 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>
* libftdi1: Fix compilation with cmake 3.12Eneas U de Queiroz2018-07-31
| | | | | | | Applied a patch submitted upstream that fixes a compilation error with cmake >= 3.12 Error: Unable to find 'swig.swg' [...] 'python.swg' Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libftdi1: update to v1.4Álvaro Fernández Rojas2017-12-31
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@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: update to v1.3Álvaro Fernández Rojas2016-06-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: explicitely disable Boost unit testsJo-Philipp Wich2016-05-30
| | | | | | | | | | | | | | | | | When libftdi1 is detecting the presence of the Boost unit testing framework, it will conditionally enable the build of libftdi1 test binaries which fail to link on some targets with the following error: CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main': basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)' collect2: error: ld returned 1 exit status test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed make[6]: *** [test/test_libftdi1] Error 1 Since we do not care about test cases and since we want to avoid unpredictable conditional compilation simply disable the testcases entirely. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* libftdi1: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libftdi: mode ftdi_eeprom from Libraries to UtilitiesÁlvaro Fernández Rojas2015-01-03
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copyÁlvaro Fernández Rojas2015-01-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: update to 1.2Álvaro Fernández Rojas2014-11-25
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libftdi1: mark as non-MIPS16Steven Barth2014-08-08
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libftdi1: add new package.Álvaro Fernández Rojas2014-07-25
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>