Commit Graph

9 Commits

Author SHA1 Message Date
Rosen Penev 6c40424879 libftdi: Fix compilation with most recent CMake
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>
2019-05-15 17:27:02 -07: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 f535396cd9 libftdi: fix cmake build issues
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-11 19:26:43 +01:00
Nicolas Thill 38b243a6c4 libftdi: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:37:49 +01:00
Álvaro Fernández Rojas 53b0818c70 libftdi: add libftdi-config, simplify files copy
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:49:31 +01:00
Álvaro Fernández Rojas d54b357dfc libftdi: fix packagekit when useing cmake
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>
2015-01-01 20:05:34 +01:00
Steven Barth 60b182c719 libftdi: mark as non-MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-08 13:07:17 +02:00
Álvaro Fernández Rojas 65e530e5b7 libftdi: add license.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-07-25 20:45:32 +02:00
Álvaro Fernández Rojas 7ae5777b3e libftdi: Import 0.19 from packages and update to 0.20. 2014-06-10 21:02:54 +02:00