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:41:13 +0100 |
commit | d8afc32e7898ae8c58aad5734b710e1471e950e3 (patch) | |
tree | 3124eeab0a3ea6ad435cc24a75c6841e6fe3ea4e /meta/recipes-devtools/gdb/gdb-cross.inc | |
parent | 5dde32615d0c36f8bc3647b4f3e2d72038d0b73e (diff) | |
download | poky-d8afc32e7898ae8c58aad5734b710e1471e950e3.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.
(From OE-Core rev: ee132d68220d7f515760d47db57e00d1d8263a1a)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Acked-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross.inc')
-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 @@ | |||
1 | require gdb-common.inc | 1 | require gdb-common.inc |
2 | 2 | ||
3 | DEPENDS = "expat-native ncurses-native" | 3 | DEPENDS = "expat-native ncurses-native readline-native" |
4 | 4 | ||
5 | EXTRA_OECONF += "--without-python" | 5 | EXTRA_OECONF += "--without-python" |
6 | 6 | ||