aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-13 08:32:37 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-13 08:32:37 -0700
commitcaff621a72984473c2b9ffdac61fe1fea206d907 (patch)
treeea3a080778a6ec8ede2de4eac240e65e997ebb1f /recipes/gdb
parent859ea36cfc8677aa37d24e5ecb3f7062ea85e6eb (diff)
downloadopenembedded-caff621a72984473c2b9ffdac61fe1fea206d907.tar.gz
gdb-cros-sdk.inc: Update our DEPENDS list
Since we statically link, we don't want to depend on the -sdk version of things but do want to depend on the -native version. We also need to depend on expat-native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-cross-sdk.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index d7bc2ab935..9949e103d1 100644
--- a/recipes/gdb/gdb-cross-sdk.inc
+++ b/recipes/gdb/gdb-cross-sdk.inc
@@ -3,7 +3,8 @@ LICENSE = "GPLv3"
inherit sdk
-DEPENDS = "ncurses-sdk zlib-sdk flex-native"
+# Since we statically link these libraries, we don't dep on the -sdk version
+DEPENDS = "ncurses-native zlib-native expat-native flex-native"
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
do_configure_append () {