configs/bananapro: needs host-openssl
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 10 Aug 2019 12:54:32 +0000 (14:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 10 Aug 2019 12:54:32 +0000 (14:54 +0200)
The kernel configuration used by the bananapro_defconfig needs
host-openssl, otherwise it fails to build with:

  scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/269139124

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/bananapro_defconfig

index 56166c9428deeb9c67bf4d7ee9b153b683d09274..4ec41795bc59a0ca4675446adc919bc6be97c170 100644 (file)
@@ -30,6 +30,7 @@ BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lemaker/bananapro/linux-wifi.fragm
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapro"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y