diff options
Diffstat (limited to 'meta/packages/gdb/gdb.inc')
-rw-r--r-- | meta/packages/gdb/gdb.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/gdb/gdb.inc b/meta/packages/gdb/gdb.inc index e1acceb2f6..fbfb9ad561 100644 --- a/meta/packages/gdb/gdb.inc +++ b/meta/packages/gdb/gdb.inc @@ -9,3 +9,6 @@ SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \ #LDFLAGS_append = " -s" #export CFLAGS_append=" -L${STAGING_LIBDIR}" +# cross-canadian must not see this +PACKAGES =+ "gdbserver" +FILES_gdbserver = "${bindir}/gdbserver" |