aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-10-26 22:03:32 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-27 08:37:53 +0100
commitddc9a58b8553599d2328ac1c4449b41681ae45d1 (patch)
tree5d930e69490be843b1c59df93f76e06a3caf2a43 /meta/recipes-devtools/gdb/gdb-cross-canadian.inc
parentfa1eb21933a880aa20e4ca87574753b1ec272c3b (diff)
downloadopenembedded-core-ddc9a58b8553599d2328ac1c4449b41681ae45d1.tar.gz
Add readline as dependecy for gdb-cross-canadian
Got errors that we were unable to find -lreadline, this fixed the issue Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross-canadian.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 90a20e2868..ec0748e527 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -4,4 +4,4 @@ DESCRIPTION = "cross-canadian gdb for ${TARGET_ARCH} target - GNU debugger"
PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
BPN = "gdb"
-DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
+DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk readline-nativesdk"