rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta/recipes-devtools/gdb/gdb.inc

12 lines
221 B
PHP
Raw Normal View History

2023-11-03 14:12:44 +08:00
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"