[oe-commits] Mike Crowe : gdb-cross: gdb-cross requires readline-native

git at git.openembedded.org git at git.openembedded.org
Wed May 8 14:36:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: ee132d68220d7f515760d47db57e00d1d8263a1a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ee132d68220d7f515760d47db57e00d1d8263a1a

Author: Mike Crowe <mac at mcrowe.com>
Date:   Wed May  1 12:15:26 2013 +0100

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 at mcrowe.com>
Acked-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

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





More information about the Openembedded-commits mailing list