]> Git Repo - buildroot-mgba.git/commit
configs/orangepi_lite: uboot needs openssl
authorRomain Naour <[email protected]>
Sun, 14 Jul 2024 19:47:03 +0000 (21:47 +0200)
committerRomain Naour <[email protected]>
Sun, 14 Jul 2024 20:24:43 +0000 (22:24 +0200)
commit14192d722c09ca5355566303e8808d9f2c83ad31
tree34ca25579ca05c40a1d7a590d1fa5987da1d5725
parent17deaf60f66fc08a796233920a104e5233b501e0
configs/orangepi_lite: 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: 0e1b6ab700f575226c2290c6a41db333e0b03a60
Signed-off-by: Romain Naour <[email protected]>
configs/orangepi_lite_defconfig
This page took 0.030938 seconds and 4 git commands to generate.