1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Álvaro Fernández Rojas
f323fa432c libftdi1: update to v1.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-12-31 18:45:26 +01:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Álvaro Fernández Rojas
0a2cba338d libftdi: update to v1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:13 +02:00
Jo-Philipp Wich
5c2689fe89 libftdi1: explicitely disable Boost unit tests
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>
2016-05-30 12:25:11 +02:00
Nicolas Thill
fd2e9f0750 libftdi1: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:38:08 +01:00
Álvaro Fernández Rojas
f58cd17867 libftdi: mode ftdi_eeprom from Libraries to Utilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-03 16:10:10 +01:00
Álvaro Fernández Rojas
a42982c970 libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:51:22 +01:00
Álvaro Fernández Rojas
39947d1f70 libftdi1: update to 1.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-25 19:27:05 +01:00
Steven Barth
b349ec1d0e libftdi1: mark as non-MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-08 13:11:06 +02:00
Álvaro Fernández Rojas
3db70e01a8 libftdi1: add new package.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-25 20:46:03 +02:00