Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gdb-cross: gdb-cross requires readline-native
@ 2013-05-01 11:15 Mike Crowe
  0 siblings, 0 replies; only message in thread
From: Mike Crowe @ 2013-05-01 11:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mike Crowe

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>
---
 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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-01 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 11:15 [PATCH] gdb-cross: gdb-cross requires readline-native Mike Crowe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox