telldus-core: fix support for CMake >= 4.0 and move to libftdi1
authorChristian Marangi <[email protected]>
Tue, 18 Nov 2025 12:51:37 +0000 (13:51 +0100)
committerChristian Marangi <[email protected]>
Tue, 18 Nov 2025 12:54:25 +0000 (13:54 +0100)
commit70802c9b809397c195795e3d936d27e5c6857333
treefc7b56215d3921b7fa3c16ebce7ac6ec33053b7c
parente3fc6411150d7309a21b35ddd58ea76f4caf5c33
telldus-core: fix support for CMake >= 4.0 and move to libftdi1

Add 2 trivial patch to fix support for CMake 4.0 version and use
libftdi1 library instead of the old libftdi 0.x library.

It's safe to use the new library version as the package already expect
it to be used but somehow the CMakeFiles were never updated to actually
use libftdi1 instead of libftdi.

Signed-off-by: Christian Marangi <[email protected]>
utils/telldus-core/Makefile
utils/telldus-core/patches/130-service-switch-to-libftdi1.patch [new file with mode: 0644]
utils/telldus-core/patches/131-CMakeLists-bump-min-version-to-3.10-to-support-CMake.patch [new file with mode: 0644]