poky/meta/recipes-devtools
Daniel Díaz 76ffc6b7e5 gdb: fix header ordering for TRAP_HWBKPT
This error can appear in gdb/nat/linux-ptrace.c because of
the order in which some headers are processed:
| In file included from ../../gdb-7.11.1/gdb/nat/linux-ptrace.c:20:0:
| ../../gdb-7.11.1/gdb/nat/linux-ptrace.h:175:22: error: expected identifier before numeric constant
|  # define TRAP_HWBKPT 4
|                       ^
| Makefile:2357: recipe for target 'linux-ptrace.o' failed
| make[2]: *** [linux-ptrace.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux/gdb'
| Makefile:8822: recipe for target 'all-gdb' failed
| make[1]: *** [all-gdb] Error 2
| make[1]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux'
| Makefile:846: recipe for target 'all' failed
| make: *** [all] Error 2

A patch from GDB's current master solves the issue.

(From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e)

(From OE-Core rev: 463e512a027966123ec113b7507eb5e55a19b072)

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-05-07 15:57:43 +01:00
..
apt apt: fix libdir path for apt.systemd.daily 2017-04-14 09:47:08 +01:00
autoconf autoconf: Adjust shebang lines to remove interpreter path hardcode 2017-04-01 23:28:20 +01:00
autogen autogen-native: fix POSIX_SHELL and perl 2017-04-10 23:00:43 +01:00
automake automake: Backport perl 5.22 fix 2017-06-14 11:56:49 +01:00
binutils binutls: Security fix for CVE-2017-9955 2017-12-11 22:02:59 +00:00
bison bison: Remove unused bison-2.3_m4.patch 2017-03-11 16:09:14 +00:00
bootchart2
btrfs-tools btrfs-tools: update to 4.9.1 2017-03-01 23:27:09 +00:00
build-compare build-compare: add date to PV 2017-03-17 16:53:05 +00:00
ccache ccache: Switch to downloading xz tarball 2017-02-23 12:49:51 -08:00
cdrtools cdrtools-native: Fix when cc is missing 2017-03-10 14:50:11 +00:00
chrpath chrpath: use https for SRC_URI 2017-08-29 11:57:29 +01:00
cmake cmake: Backport fix to enable -Wformat-security 2017-03-17 16:53:04 +00:00
createrepo-c dnf: move the entire dnf/rpm4 stack to Python 3 2017-03-28 08:43:13 +01:00
cve-check-tool cve-check-tool: backport a patch to make CVE checking work 2017-06-05 23:30:21 +01:00
desktop-file-utils
devel-config
diffstat diffstat: use HTTP mirror for SRC_URI 2018-01-07 17:07:57 +00:00
distcc distcc: Change SRC_URI 2018-04-05 16:26:20 +01:00
dmidecode
dnf Revert "dnf: remove systemd units in nativesdk builds" 2017-04-14 09:47:08 +01:00
docbook-xml docbook-xml: correct typo "do_configre" 2017-02-23 12:49:50 -08:00
dosfstools meta: start to ignore the largefile distro feature 2017-03-08 11:52:56 +00:00
dpkg dpkg: Add missing RDEPENDS for dpkg-perl 2017-12-11 22:02:57 +00:00
e2fsprogs e2fsprogs: fix compatibility with glibc 2.27 2018-04-05 16:26:19 +01:00
elfutils elfutils: use HTTP instead of FTP to fetch 2017-08-29 11:57:28 +01:00
expect expect: resolve string formatting issues 2017-03-24 23:43:32 +00:00
fdisk gptfdisk: fix support for 'large' drives 2017-01-31 14:43:01 +00:00
file Revert "file: update SRCREV for 5.30 to fix fetch fail on missing commit" 2017-03-21 22:39:17 +00:00
flex Revert "flex: upgrade to 2.6.2" 2017-03-01 23:27:06 +00:00
gcc gcc: Remove patch causing ICE on x86_64 valgrind compile 2018-03-14 07:55:02 -07:00
gdb gdb: fix header ordering for TRAP_HWBKPT 2018-05-07 15:57:43 +01:00
git git: Do not install git cvsserver and git svn by default 2017-08-31 17:57:12 +01:00
gnu-config gnu-config: update SRC_URI to new savannah.gnu.org hostname 2017-08-29 11:57:29 +01:00
go recipes/*-cross recipes: ignore TARGET_ARCH sstate hash 2017-04-12 15:09:58 +01:00
guile bitbake.conf: Add COMPONENTS_DIR for ${STAGING_DIR}-components 2017-05-11 16:55:59 +01:00
help2man
i2c-tools
icecc-create-env
icon-naming-utils
intltool intltool: Allow nativesdk variant to build 2017-01-20 11:53:49 +00:00
json-c json-c: backport patch to fix gcc7 compilation 2017-11-05 22:39:48 +00:00
kconfig-frontends kconfig-frontends: fetch source from git 2017-03-01 23:27:09 +00:00
libcomps dnf: move the entire dnf/rpm4 stack to Python 3 2017-03-28 08:43:13 +01:00
libdnf dnf: move the entire dnf/rpm4 stack to Python 3 2017-03-28 08:43:13 +01:00
librepo dnf: move the entire dnf/rpm4 stack to Python 3 2017-03-28 08:43:13 +01:00
libtool Switch to Recipe Specific Sysroots 2017-01-23 12:05:17 +00:00
m4 m4: do_configure: fix "Argument list too long" 2017-04-10 23:00:43 +01:00
make recipes: Move out stale GPLv2 versions to a seperate layer 2017-03-07 20:05:31 +00:00
makedevs
mkelfimage mkelfimage: Fix broken patch when building native 2017-06-14 11:57:47 +01:00
mklibs mklibs-native: 0.1.41 -> 0.1.43 2017-02-15 20:06:43 -08:00
mmc
mtd mtd-utils: refresh patches now merged upstream 2017-04-11 18:10:18 +01:00
mtools recipes: Move out stale GPLv2 versions to a seperate layer 2017-03-07 20:05:31 +00:00
nasm nasm: remove COMPATIBLE_HOST 2017-03-31 10:10:29 +01:00
opkg run-postinsts: simplify the logic of whether to install it to images 2017-03-14 14:42:17 +00:00
opkg-utils opkg-utils: Remove unused patches 2017-03-16 22:11:32 +00:00
orc
ossp-uuid
packagegroups
patch recipes: Move out stale GPLv2 versions to a seperate layer 2017-03-07 20:05:31 +00:00
patchelf patchelf: Fix issues with the 'hole' in binaries approach 2017-03-07 20:05:31 +00:00
pax-utils pax-utils: update SRC_URI 2018-03-04 11:11:56 +00:00
perl liburi-perl: update SRC_URI to yoctoproject mirror 2018-01-07 17:07:57 +00:00
pkgconfig pkgconfig: specify --disable-indirect-deps to configure 2017-03-11 16:09:14 +00:00
postinst-intercept
prelink
pseudo pseudo: Backport two upstream fixes 2017-04-14 23:25:54 +01:00
python python3-nose: rename ${bindir}/nosetests into ${bindir}/nosetests3 2018-03-04 11:11:58 +00:00
python-numpy python-numpy: Fix issues with recent glibc versions 2017-09-06 17:07:39 +01:00
qemu qemu: fix memfd_create with glibc 2.27 2018-04-05 16:26:19 +01:00
quilt quilt: Fix paths for patch and perl 2017-04-05 23:22:13 +01:00
remake
rpm rpm: Disable perl dependency generation 2017-08-31 17:57:12 +01:00
rsync recipes: Move out stale GPLv2 versions to a seperate layer 2017-03-07 20:05:31 +00:00
ruby ruby: Security fix for CVE-2017-14064 2017-11-05 22:39:49 +00:00
run-postinsts
squashfs-tools
strace strace: 4.15 -> 4.16 2017-03-01 23:27:06 +00:00
subversion Revert "subversion: fix "svnadmin create" fail on x86" 2016-12-22 08:50:16 +00:00
swig swig: upgrade to 3.0.12 2017-02-23 12:49:51 -08:00
syslinux syslinux: fix build with glibc-2.25 2017-03-01 23:27:07 +00:00
systemd-bootchart systemd-bootchart: upgrade to 231 2017-01-16 18:05:12 +00:00
tcf-agent tcf-agent: kill with USR2 in systemd stop 2017-07-20 11:00:23 +01:00
tcltk tcl: fix sed in do_install() 2017-02-23 12:49:50 -08:00
unfs3 unfs3: Fix libtirpc usage for unfs3-native version 2018-03-15 15:47:53 -07:00
unifdef unifdef: add UPSTREAM_CHECK_REGEX to filter out development snapshots 2017-02-23 12:49:51 -08:00
vala
valgrind valgrind: enable on mips soft-float 2017-11-05 22:39:48 +00:00
xmlto xmlto: replace fedorahosted.org SRC_URI with pagure.io source 2017-04-05 23:22:12 +01:00
yasm yasm: Set CCLD_FOR_BUILD to ensure BUILD_CC is used 2017-03-11 16:09:13 +00:00
zisofs-tools