aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2013-05-01 12:15:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:40:53 +0100
commitee132d68220d7f515760d47db57e00d1d8263a1a (patch)
tree57f74f12444136523f2e075a0bed230d0aab6033 /meta/recipes-devtools/gdb
parentd5f985f51b250b88dd910ca3a1fc8f2992271e60 (diff)
downloadopenembedded-core-contrib-ee132d68220d7f515760d47db57e00d1d8263a1a.tar.gz
gdb-cross: gdb-cross requires readline-native
gdb depends on readline so gdb-cross needs to depend on readline-native to build successfully. Signed-off-by: Mike Crowe <mac@mcrowe.com> Acked-by: Phil Blundell <philb@gnu.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index a92d03222b..6fc98ff110 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
require gdb-common.inc
-DEPENDS = "expat-native ncurses-native"
+DEPENDS = "expat-native ncurses-native readline-native"
EXTRA_OECONF += "--without-python"