external-sourcery: Set PREFERRED_PROVIDER of gdbserver to gdb

This forces the default setup to require gdbserver from the gdb package
rather than pulling it from the external-sourcery packages.

This allows the inclusion of target-tools (and specifically gdb) in the
build image without resulting in multiple providers of gdbserver.

Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
This commit is contained in:
Drew Moseley
2015-12-25 15:15:11 -05:00
parent e836579be2
commit 5dd5e8f4f9

View File

@@ -39,7 +39,7 @@ PREFERRED_PROVIDER_virtual/libc ?= "glibc-external"
PREFERRED_PROVIDER_virtual/libintl ?= "glibc-external"
PREFERRED_PROVIDER_virtual/libiconv ?= "glibc-external"
PREFERRED_PROVIDER_gdbserver ??= "gdbserver-external"
PREFERRED_PROVIDER_gdbserver ??= "gdb"
PREFERRED_PROVIDER_oprofile ??= "oprofile"
# These are defined in default-providers.inc, which is parsed before the