From a862b53ef953b14dc864f04694e8bf3ebfb29162 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 21 Feb 2017 22:04:36 +0100 Subject: [PATCH] bctoolbox: remove redundant mbedtls dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Jörg Krause Signed-off-by: Thomas Petazzoni --- package/bctoolbox/bctoolbox.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/bctoolbox/bctoolbox.mk b/package/bctoolbox/bctoolbox.mk index 76737aa3c8..78269751ef 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 -- 2.30.2