mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
mode_t is needed by gdbserver headers so include sys/types.h to get them (From OE-Core rev: b0742a41e80c48de98f82f7d1e963d462c941934) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
486 B
PHP
16 lines
486 B
PHP
require gdb-common.inc
|
|
|
|
inherit gettext
|
|
|
|
SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \
|
|
file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \
|
|
file://0001-Use-exported-definitions-of-SIGRTMIN.patch \
|
|
file://0001-include-sys-types.h-for-mode_t.patch \
|
|
"
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|