mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
package/uboot-tools: mkeficapsule needs gnutls
While buildroot commit14a0169714forgot to add the reverse dependencies of gnutls the buildroot commitf94ba69770to fix that forgot to select gnutls. Fixes: https://autobuild.buildroot.org/results/595e9af38fef4729ff3d6f32ad320d46c8c88594/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
793ebd5d28
commit
6e86869122
@@ -70,6 +70,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_MKEFICAPSULE
|
||||
bool "mkeficapsule"
|
||||
depends on !BR2_STATIC_LIBS # gnutls
|
||||
depends on BR2_USE_WCHAR # gnutls
|
||||
select BR2_PACKAGE_GNUTLS
|
||||
help
|
||||
Install the mkeficapsule tool on the target system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user