gdb-cross/cross-sdk: Fixup DEPENDS further
commit8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc
authorTom Rini <tom_rini@mentor.com>
Wed, 13 Oct 2010 22:39:31 +0000 (13 15:39 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 13 Oct 2010 23:08:02 +0000 (13 16:08 -0700)
tree4a00b59e1fec5c30c74154f70a51b879ba0f7dc0
parent3731d923bb7d5147b5615e57600410bdab51dd93
gdb-cross/cross-sdk: Fixup DEPENDS further

Since we are statically linking, as noted before, we now share
the same DEPENDS set on cross and cross-sdk.  And gdb cannot
build without grabbing some stuff from the real compiler.
gdb-cross was fine but gdb-cross-sdk was relying previously on
an oddity of zlib.  To be clear, add in virtual/${TARGET_PREFIX}gcc
with a comment.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gdb/gdb-cross-sdk.inc
recipes/gdb/gdb-cross.inc