diff options
| author | Peter Seiderer <ps.report@gmx.net> | 2017-02-21 22:04:36 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-23 22:24:39 +0100 |
| commit | a862b53ef953b14dc864f04694e8bf3ebfb29162 (patch) | |
| tree | 6f4ac8a7500ee8d576b825746fc684dc3e8bc7c4 | |
| parent | c8b2bd81a1a5401c10287f2d5c6c8b4a14994764 (diff) | |
| download | buildroot-a862b53ef953b14dc864f04694e8bf3ebfb29162.tar.gz buildroot-a862b53ef953b14dc864f04694e8bf3ebfb29162.zip | |
bctoolbox: remove redundant mbedtls dependency
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>
Acked-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/bctoolbox/bctoolbox.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |

