[OE-core] [PATCH] gdb-cross: gdb-cross requires readline-native

Mike Crowe mac at mcrowe.com
Wed May 1 11:15:26 UTC 2013


gdb depends on readline so gdb-cross needs to depend on readline-native to
build successfully.

Signed-off-by: Mike Crowe <mac at mcrowe.com>
Acked-by: Phil Blundell <philb at gnu.org>
---
 meta/recipes-devtools/gdb/gdb-cross.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index a92d032..6fc98ff 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"
 
-- 
1.7.10.4





More information about the Openembedded-core mailing list