[Buildroot] [PATCH v1] bctoolbox: remove redundant mbedtls dependency

Jörg Krause joerg.krause at embedded.rocks
Tue Feb 21 21:16:27 UTC 2017


Hi Peter,

On Tue, 2017-02-21 at 22:04 +0100, Peter Seiderer wrote:
> Fixes:
> 
>   Makefile:532: *** mbedtls is in the dependency chain of bctoolbox
> that
>   has added it to its _DEPENDENCIES variable without selecting it or
>   depending on it from Config.in.  Stop.
> 
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>
> ---
>  package/bctoolbox/bctoolbox.mk | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/bctoolbox/bctoolbox.mk
> b/package/bctoolbox/bctoolbox.mk
> index 76737aa3c..78269751e 100644
> --- a/package/bctoolbox/bctoolbox.mk
> +++ b/package/bctoolbox/bctoolbox.mk
> @@ -8,7 +8,6 @@ BCTOOLBOX_VERSION = 0.4.0
>  BCTOOLBOX_SITE = $(call
> github,BelledonneCommunications,bctoolbox,$(BCTOOLBOX_VERSION))
>  BCTOOLBOX_LICENSE = GPLv2+
>  BCTOOLBOX_LICENSE_FILES = COPYING
> -BCTOOLBOX_DEPENDENCIES = mbedtls
>  BCTOOLBOX_INSTALL_STAGING = YES
>  
>  # Set CMAKE_SKIP_RPATH to prevent bctoolbox from adding the rpath to

I somehow missed to remove this in [1]. Thanks for fixing!

Note, that this should be committed to the master branch.

Acked-by: Jörg Krause <joerg.krause at embedded.rocks>

[1] https://git.buildroot.net/buildroot/commit/package/bctoolbox/bctool
box.mk?id=2c3be02dfb16a39f9cd494f8215a4b1c4d4d8a70


More information about the buildroot mailing list