openwrt/package
Petr Štetiar 481339a042 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>
2022-05-28 14:32:40 +02:00
..
base-files base-files: simplify restorecon logic 2022-05-02 21:11:05 +01:00
boot uboot-imx: fix wrong make flags overriding 2022-05-28 14:32:40 +02:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware ipq-wifi: remove packaged BDF-s for MikroTik devices 2022-05-19 11:07:02 +02:00
kernel ksmbd: fix ipc error and crash 2022-05-27 11:37:30 +02:00
libs libnl-tiny: update to the latest version 2022-05-23 14:12:44 +02:00
network netifd: update to the latest version 2022-05-23 14:12:44 +02:00
system selinux-policy: update to version 1.2.3 2022-05-21 22:27:01 +01:00
utils ucode: update to latest Git HEAD 2022-05-20 19:52:56 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00