rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta/recipes-devtools/gdb/gdb.inc
2023-11-03 06:12:44 +00:00

12 lines
221 B
C++

require gdb-common.inc
inherit gettext pkgconfig
#LDFLAGS:append = " -s"
#export CFLAGS:append=" -L${STAGING_LIBDIR}"
# cross-canadian must not see this
PACKAGES =+ "gdbserver"
FILES:gdbserver = "${bindir}/gdbserver"