]> Git Repo - buildroot-mgba.git/commit - configs/pine64_star64_defconfig
configs/pine64_star64: uboot needs openssl
authorJulien Olivain <[email protected]>
Sun, 26 May 2024 17:58:28 +0000 (19:58 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 27 May 2024 09:15:23 +0000 (11:15 +0200)
commitd71c90a3018ee37b18f1c7f209e70a8b792efabd
tree0c3f609c8509c3019e6e095e29ebd8532ae2a445
parentc7a16c79198696e4a7e9863b61920f5f104d942c
configs/pine64_star64: uboot needs openssl

The defconfig fails in uboot build, with output:

    In file included from tools/imagetool.c:10:
    include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
     1178 | #  include <openssl/evp.h>
          |            ^~~~~~~~~~~~~~~

This commit fixes the issue by adding
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the defconfig.

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/6918689164

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
configs/pine64_star64_defconfig
This page took 0.031147 seconds and 4 git commands to generate.