gdb: Make sure cross-candian version does not provide gdbserver

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-12-04 23:36:19 +00:00
parent 98192bf414
commit c7d4ad8e9d
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,6 @@ do_configure () {
oe_runconf
}
PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"
RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "

View File

@ -9,3 +9,6 @@ SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \
#LDFLAGS_append = " -s"
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
# cross-canadian must not see this
PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"