[Buildroot] [PATCH 2/2] package/openocd: add optional dependency on libgpiod

Yann E. MORIN yann.morin.1998 at free.fr
Fri May 21 20:57:41 UTC 2021


Sébastien, All,

On 2021-05-21 10:32 +0200, Sébastien Szymanski spake thusly:
> To make the Linux GPIOD bitbang adapter driver through libgpiod
> available.
> 
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/openocd/openocd.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk
> index 1460495a88..b74426ff47 100644
> --- a/package/openocd/openocd.mk
> +++ b/package/openocd/openocd.mk
> @@ -32,7 +32,8 @@ OPENOCD_DEPENDENCIES = \
>  	$(if $(BR2_PACKAGE_LIBUSB),libusb) \
>  	$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
>  	$(if $(BR2_PACKAGE_LIBHID),libhid) \
> -	$(if $(BR2_PACKAGE_HIDAPI),hidapi)
> +	$(if $(BR2_PACKAGE_HIDAPI),hidapi) \
> +	$(if $(BR2_PACKAGE_LIBGPIOD),libgpiod)
>  
>  # Adapters
>  OPENOCD_CONF_OPTS += \
> -- 
> 2.26.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list