diff mbox

[v1] bctoolbox: remove redundant mbedtls dependency

Message ID 20170221210436.11040-1-ps.report@gmx.net
State Accepted
Headers show

Commit Message

Peter Seiderer Feb. 21, 2017, 9:04 p.m. UTC
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@gmx.net>
---
 package/bctoolbox/bctoolbox.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Jörg Krause Feb. 21, 2017, 9:16 p.m. UTC | #1
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@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@embedded.rocks>

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

Patch

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