mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
Fixes errors like /home/kraj/work/angstrom/sources/openembedded-core/build/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gdb-7.4.1-r0.0/gdb-7.4.1/gdb/linux-nat.h:79:18: error: field 'siginfo' has incomplete type (From OE-Core rev: 6e5b37403dd4d0a9a249535d07b36bbae98cadd6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
408 B
PHP
16 lines
408 B
PHP
require gdb-common.inc
|
|
|
|
inherit gettext
|
|
|
|
SRC_URI += "file://kill_arm_map_symbols.patch \
|
|
file://gdbserver-cflags-last.diff;striplevel=0 \
|
|
file://renesas-sh-native-support.patch \
|
|
file://siginfo_t.patch \
|
|
"
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|