aboutsummaryrefslogtreecommitdiff
path: root/libs/libftdi1
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>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libftdi: install libftdi-config to hostRosen Penev2020-12-07
| | | | | | | | Helps old packages that don't use pkgconfig. Fix wrong paths in config. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: update to 1.5Rosen Penev2020-09-03
| | | | | | Fix libftdi1-config. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: disable building documentationStijn Tintel2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following build failure: [ 66%] Generating ../doc/xml/ftdi_8c.xml warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" [ 72%] Generating ftdi1_doc.i Traceback (most recent call last): File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module> main() File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main convert(args[0], args[1], not options.func_def, options.quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert p = Doxy2SWIG(input, include_function_definition, quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__ f = my_open_read(src) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read return open(source) FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml' Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Rosen Penev <rosenp@gmail.com>
* 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>