[oe-commits] Matthew McClintock : Add readline as dependecy for gdb-cross-canadian

git at git.openembedded.org git at git.openembedded.org
Thu Oct 27 07:43:40 UTC 2011


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

Author: Matthew McClintock <msm at freescale.com>
Date:   Wed Oct 26 22:03:32 2011 -0500

Add readline as dependecy for gdb-cross-canadian

Got errors that we were unable to find -lreadline, this fixed the
issue

Signed-off-by: Matthew McClintock <msm at freescale.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    2 +-
 .../gdb/gdb-cross-canadian_7.3.1.bb                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 90a20e2..ec0748e 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -4,4 +4,4 @@ DESCRIPTION = "cross-canadian gdb for ${TARGET_ARCH} target - GNU debugger"
 PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
 BPN = "gdb"
 
-DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
+DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk readline-nativesdk"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
index 312b249..a4714e7 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
@@ -1,7 +1,7 @@
 require gdb-common.inc
 require gdb-cross-canadian.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 EXPAT = "--with-expat"





More information about the Openembedded-commits mailing list