openwrt/package
Rosen Penev f4da28c301 elfutils: Add host build
Needed for glib2 host build:

gresource-tool.c:32:20: fatal error: libelf.h: No such file or directory
 #include <libelf.h>

Changed PKG_LICENSE to the SPDX version.

Switched build dependency for argp-standalone to !USE_GLIBC. argp is a
glibc extension. Treat it as such.

Adjusted patch to use strerror_l, which works properly with both glibc
and musl. The patch errors under glibc with:

dwfl_error.c:158:7: error: ignoring return value of 'strerror_r', declared
with attribute warn_unused_result [-Werror=unused-result]
       strerror_r (error & 0xffff, s, sizeof(s));

void casting does not fix the error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-21 01:09:30 +02:00
..
base-files base-files: provide option to specify label MAC address in board.d 2019-09-19 23:43:27 +02:00
boot uboot-fritz4040: build with ipq40xx "generic" subtarget 2019-09-06 08:33:30 +00:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-09-15 22:56:09 +02:00
kernel kernel: add module for Emulex OneConnect 10Gbit 2019-09-19 23:43:27 +02:00
libs elfutils: Add host build 2019-09-21 01:09:30 +02:00
network iwinfo: update to latest Git HEAD 2019-09-20 13:32:49 +02:00
system procd: fix invalid JSON filter expression in procd_running() 2019-09-19 07:20:32 +02:00
utils px5g: support EC keys 2019-09-01 00:34:30 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00