diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-08 10:58:46 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-30 23:16:14 +0200 |
commit | 1186da11d8f9775e959579abc92e647937537bfe (patch) | |
tree | 407ea2bad5c7f37469ea6e39fba1ff214a385c8a /package/python-posix-ipc/python-posix-ipc.mk | |
parent | 6c9215822205408e7cc76d1e42843877a7b74af9 (diff) | |
download | buildroot-1186da11d8f9775e959579abc92e647937537bfe.tar.gz buildroot-1186da11d8f9775e959579abc92e647937537bfe.zip |
uboot-tools: backport patch fixing build failure with libfdt-devel installed
U-Boot host programs fail to build when libfdt-devel is installed
system-wide, with errors like this:
HOSTCC tools/aisimage.o
In file included from tools/../include/../lib/libfdt/libfdt.h:10:0,
from tools/../include/libfdt.h:1,
from tools/fdt_host.h:11,
from tools/imagetool.h:24,
from tools/aisimage.c:8:
/usr/include/libfdt_env.h:70:30: error: conflicting types for ‘fdt64_t’
typedef uint64_t FDT_BITWISE fdt64_t;
^~~~~~~
In file included from <command-line>:0:0:
././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
typedef __be64 fdt64_t;
^~~~~~~
In file included from ././include/libfdt_env.h:12:0,
from <command-line>:0:
/usr/include/libfdt_env.h:90:24: error: expected ‘)’ before ‘x’
static inline uint32_t fdt32_to_cpu(fdt32_t x)
^
This commit backports an upstream patch that fixes this problem.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 1cbfc94c5a0ac4120925aa8c7337eb7957dc4678)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-posix-ipc/python-posix-ipc.mk')
0 files changed, 0 insertions, 0 deletions