Files
meta-external-toolchain/core/recipes-devtools/gdb/gdb_7.7.1.bbappend
Christopher Larson 7da3dffbed gdb: 7.7 -> 7.7.1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2014-07-21 16:19:51 -07:00

6 lines
348 B
Plaintext

# Disable build of gdbserver because it is
# provided by external-sourcery-toolchain
PACKAGES := "${@oe_filter_out('gdbserver' if '${TCMODE}'.startswith('external-sourcery') else '$', '${PACKAGES}', d)}"
DISABLE_GDBSERVER := "${@'--disable-gdbserver' if '${TCMODE}'.startswith('external-sourcery') else ''}"
EXTRA_OECONF += "${DISABLE_GDBSERVER}"