configs/visionfive: add missing host-openssl dependency for the kernel
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 2 Nov 2022 20:07:21 +0000 (21:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 2 Nov 2022 20:07:21 +0000 (21:07 +0100)
commiteb2a53c26f17b1affe98c982da7a805a85c96990
tree82eb610b0a7be4beee5fd7c092c4acd8e227afc6
parent8e45766058f10b987e7eee7aeb550d88a33e169b
configs/visionfive: add missing host-openssl dependency for the kernel

The kernel build needs host-openssl:

certs/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
   21 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.host:95: certs/extract-cert] Error 1
make[2]: *** [Makefile:1852: certs] Error 2
make[2]: *** Waiting for unfinished jobs....

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/visionfive_defconfig
This page took 0.032779 seconds and 4 git commands to generate.