[Buildroot] [git commit] package/libbdplus: add missing libgpg-error arch dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 5 07:20:26 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4b4ed7a7f9f11d3bb180045b2d907f30edb8280e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Thanks to Romain Naour for finding the culprit package.

Fixes:

  http://autobuild.buildroot.org/results/d06e3eb9ef48540b71fbec267c534523632b224f/

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Acked-by: Romain Naour <romain.naour at gmail.com>
[Thomas: fix Config.in comment dependencies.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libbdplus/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libbdplus/Config.in b/package/libbdplus/Config.in
index df5ea27..2d314d1 100644
--- a/package/libbdplus/Config.in
+++ b/package/libbdplus/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBBDPLUS
 	bool "libbdplus"
+	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_STATIC_LIBS
 	select BR2_PACKAGE_LIBGCRYPT
@@ -15,4 +16,5 @@ config BR2_PACKAGE_LIBBDPLUS
 	  http://www.videolan.org/developers/libbdplus.html
 
 comment "libbdplus needs a toolchain w/ threads, dynamic library"
+	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS


More information about the buildroot mailing list