diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-05-28 14:18:06 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-07 22:28:59 +0200 |
commit | d04a947b6b2fee6359aa6126068f70efaa3e48bc (patch) | |
tree | 2dc3c98bb87c6e30e4308d6880c54643936048b8 /package/boot/uboot-fritz4040 | |
parent | 972160a0f7526fad1be9529879f16791a33355f9 (diff) | |
download | upstream-d04a947b6b2fee6359aa6126068f70efaa3e48bc.tar.gz upstream-d04a947b6b2fee6359aa6126068f70efaa3e48bc.tar.bz2 upstream-d04a947b6b2fee6359aa6126068f70efaa3e48bc.zip |
uboot-imx: fix wrong make flags overriding
Buidbots are currently choking on the following compile error:
In file included from tools/aisimage.c:9:
include/image.h:1133:12: fatal error: openssl/evp.h: No such file or directory
# include <openssl/evp.h>
^~~~~~~~~~~~~~~
compilation terminated.
This is caused by a complete overriding of make flags which are provided
correctly in `UBOOT_MAKE_FLAGS` variable, but currently overriden
instead of extended. This then leads to the usage of build host include
dirs, which are not available.
Fix it by extending `UBOOT_MAKE_FLAGS` variable in all device recipes.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 481339a0426698adaa0254b479807efde0428de9)
Diffstat (limited to 'package/boot/uboot-fritz4040')
0 files changed, 0 insertions, 0 deletions