Silence gdbserver preference warnings in multilib builds

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2019-05-10 16:32:06 +00:00
parent 60667c36c2
commit 8964172347
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/libiconv ?= "glibc-external"
PREFERRED_PROVIDER_oprofile ??= "oprofile"
# Work around bug where the implicitly created mlprefix preference isn't being
# obeyed for the runtime package installation.
PREFERRED_PROVIDER_${MLPREFIX}gdbserver ??= "${MLPREFIX}gdb"
PREFERRED_PROVIDER_${MLPREFIX}gdbserver ?= "${MLPREFIX}gdb"
# This is defined in default-providers.inc, which is parsed before the tcmode,
# so we can't use ?=

View File

@@ -1,4 +1,3 @@
PREFERRED_PROVIDER_${MLPREFIX}gdbserver ?= "${MLPREFIX}gdb"
PROVIDES_append_tcmode-external = " ${@'gdbserver' if '${PREFERRED_PROVIDER_${MLPREFIX}gdbserver}' == '${PN}' else ''}"
# Disable build of gdbserver if is provided by external-sourcery-toolchain