package/libbdplus: add missing libgpg-error arch dependency
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Mon, 4 Jul 2016 21:57:46 +0000 (23:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 07:20:26 +0000 (09:20 +0200)
Thanks to Romain Naour for finding the culprit package.

Fixes:

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

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Romain Naour <romain.naour@gmail.com>
[Thomas: fix Config.in comment dependencies.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libbdplus/Config.in

index df5ea275321a39072891bc17bdc9e127e8450a4e..2d314d13e4b7239d07d794ab8fe5166d4a600a8e 100644 (file)
@@ -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