mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
The PPC inferior patch was dropped since an equivalent fix was merged upstream. (From OE-Core rev: 564c56207edd9a7dcef3ea966580e11a1548115c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
423 B
PHP
15 lines
423 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 \
|
|
"
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|