From c7d4ad8e9dce735cf52caaf38afe2392301b2536 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Dec 2009 23:36:19 +0000 Subject: gdb: Make sure cross-candian version does not provide gdbserver Signed-off-by: Richard Purdie --- meta/packages/gdb/gdb-common.inc | 3 --- meta/packages/gdb/gdb.inc | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc index 49231a525d..ef7d43b153 100644 --- a/meta/packages/gdb/gdb-common.inc +++ b/meta/packages/gdb/gdb-common.inc @@ -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 " diff --git a/meta/packages/gdb/gdb.inc b/meta/packages/gdb/gdb.inc index e1acceb2f6..fbfb9ad561 100644 --- a/meta/packages/gdb/gdb.inc +++ b/meta/packages/gdb/gdb.inc @@ -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" -- cgit v1.2.3-54-g00ecf