diff options
author | Mike Crowe <mac@mcrowe.com> | 2013-05-01 12:15:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:40:53 +0100 |
commit | ee132d68220d7f515760d47db57e00d1d8263a1a (patch) | |
tree | 57f74f12444136523f2e075a0bed230d0aab6033 /meta | |
parent | d5f985f51b250b88dd910ca3a1fc8f2992271e60 (diff) | |
download | openembedded-core-ee132d68220d7f515760d47db57e00d1d8263a1a.tar.gz openembedded-core-ee132d68220d7f515760d47db57e00d1d8263a1a.tar.bz2 openembedded-core-ee132d68220d7f515760d47db57e00d1d8263a1a.zip |
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')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 2 |
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" |