[Buildroot] [PATCH 1/1] package/libsigrok: fix libftdi support

Arnout Vandecappelle arnout at mind.be
Mon Oct 28 22:41:14 UTC 2019



On 28/10/2019 12:24, Fabrice Fontaine wrote:
> libsigrok optionally depends on libftdi1 not libftdi
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/ec1f9f57944139b24738c1be529c4fc4b128a516
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Applied to master, thanks, with an extended commit log based on the explanation
you gave by mail.

 Regards,
 Arnout

> ---
>  package/libsigrok/libsigrok.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
> index c65d63eb2a..aa79191e94 100644
> --- a/package/libsigrok/libsigrok.mk
> +++ b/package/libsigrok/libsigrok.mk
> @@ -19,9 +19,9 @@ else
>  LIBSIGROK_CONF_OPTS += --without-libserialport
>  endif
>  
> -ifeq ($(BR2_PACKAGE_LIBFTDI),y)
> +ifeq ($(BR2_PACKAGE_LIBFTDI1),y)
>  LIBSIGROK_CONF_OPTS += --with-libftdi
> -LIBSIGROK_DEPENDENCIES += libftdi
> +LIBSIGROK_DEPENDENCIES += libftdi1
>  else
>  LIBSIGROK_CONF_OPTS += --without-libftdi
>  endif
> 


More information about the buildroot mailing list