package/collectd: fix dependency of network-gcrypt

Commit c8b8744a1a forgot to propagate
libgcrypt reverse dependency

Fixes:
 - http://autobuild.buildroot.org/results/98c7734dccb4e01c02f4680cfbdf82ee59e17935

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.05.x
Fabrice Fontaine 2020-04-21 19:12:20 +02:00 committed by Thomas Petazzoni
parent 849aee4f88
commit a71b9a111f
1 changed files with 1 additions and 0 deletions

View File

@ -592,6 +592,7 @@ config BR2_PACKAGE_COLLECTD_NETWORK
config BR2_PACKAGE_COLLECTD_NETWORK_GCRYPT
bool "crypto support"
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
depends on BR2_PACKAGE_COLLECTD_NETWORK
select BR2_PACKAGE_LIBGCRYPT
help