mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 11:02:21 +02:00
Drop backported patches (From OE-Core rev: 6cef5f25c8ba45d17a670200c9197f8e12afbad1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
354 B
PHP
14 lines
354 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 \
|
|
"
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|