openwrt/package
Petr Štetiar b8249cef9f tfa-layerscape: fix fiptool host build
fiptool is a host tool, used in a firmware generation pipeline, but it's
not treated as such, leading to the build breakage on the hosts which
don't have {Open,Libre}SSL dev package installed:

 In file included from fiptool.h:16:0,
                 from fiptool.c:19:
		 fiptool_platform.h:18:27: fatal error: openssl/sha.h:
		 No such file or directory
		  #  include <openssl/sha.h>

So this patch promotes fiptool into the host tool with proper host
include and library paths under STAGING_DIR.

Ref: https://github.com/openwrt/openwrt/pull/2267
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-07-25 07:48:10 +02:00
..
base-files base-files: drop support for the platform_nand_pre_upgrade() 2019-07-22 14:27:37 +02:00
boot tfa-layerscape: fix fiptool host build 2019-07-25 07:48:10 +02:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware brcm2708: switch to linux-firmware SDIO NVRAM 2019-07-14 12:44:14 +02:00
kernel mt76: fix kernel Oops by updating to the latest version 2019-07-24 14:08:32 +02:00
libs libroxml: bump to the 3.0.2 version 2019-07-15 21:35:56 +02:00
network netifd: update to latest git HEAD 2019-07-22 21:48:34 +02:00
system mtd: cleanup unused code and variables in fis.c 2019-07-17 23:06:02 +02:00
utils lua5.3: build shared library 2019-07-11 18:38:51 +02:00
Makefile