mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
gdb: Disabled gdbserver
Disable build of gdbserver because it is provided by external-sourcery-toolchain Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
This commit is contained in:
4
core/recipes-devtools/gdb/gdb_7.6.2.bbappend
Normal file
4
core/recipes-devtools/gdb/gdb_7.6.2.bbappend
Normal file
@@ -0,0 +1,4 @@
|
||||
# Disable build of gdbserver because it is
|
||||
# provided by external-sourcery-toolchain
|
||||
PACKAGES := "${@oe_filter_out('gdbserver', '${PACKAGES}', d)}"
|
||||
EXTRA_OECONF += "--disable-gdbserver"
|
||||
Reference in New Issue
Block a user