mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/ola: ftdidmx needs gcc >= 4.9
Fix the following build failure raised since re-introduction of the package in commit16ff948444: Makefile:575: *** libusb is in the dependency chain of libftdi1 that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. Fixes: - http://autobuild.buildroot.org/results/f65baf4dd4c9a313745cdb9aefad2eae7a295469 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitac98e808e4) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5c6883694a
commit
ba1169a88c
@@ -86,10 +86,14 @@ config BR2_PACKAGE_OLA_PLUGIN_ESPNET
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_FTDIDMX
|
||||
bool "ftdidmx"
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libftdi1 -> libusb
|
||||
select BR2_PACKAGE_LIBFTDI1
|
||||
help
|
||||
Build FTDI USB DMX plugin for OLA.
|
||||
|
||||
comment "ftdidmx needs a toolchain w/ gcc >= 4.9"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_GPIO
|
||||
bool "GPIO"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user