diff options
Diffstat (limited to 'recipes/gdb/gdbserver.inc')
-rw-r--r-- | recipes/gdb/gdbserver.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gdb/gdbserver.inc b/recipes/gdb/gdbserver.inc index 5e0cf6bd46..115f293578 100644 --- a/recipes/gdb/gdbserver.inc +++ b/recipes/gdb/gdbserver.inc @@ -17,9 +17,9 @@ inherit gettext FILESPATHPKG =. "gdb-${PV}:" -SRC_URI += "file://kill_arm_map_symbols.patch;apply=yes \ - file://gdbserver-cflags-last.diff;apply=yes;striplevel=0" -#FIXME file://uclibc.patch;apply=yes \ +SRC_URI += "file://kill_arm_map_symbols.patch \ + file://gdbserver-cflags-last.diff;striplevel=0" +#FIXME file://uclibc.patch \ EXTRA_OEMAKE = "gdbserver" |