mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
849aee4f88
commit
a71b9a111f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user