]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add readline as dependecy for gdb-cross-canadian
authorMatthew McClintock <msm@freescale.com>
Thu, 27 Oct 2011 03:03:32 +0000 (22:03 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:09 +0000 (16:27 +0000)
Got errors that we were unable to find -lreadline, this fixed the
issue

(From OE-Core rev: ddc9a58b8553599d2328ac1c4449b41681ae45d1)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-cross-canadian.inc
meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb

index 90a20e2868122fe02922820b51749ca104cd4658..ec0748e527c6659da0d73bd807cd601d2fd59e23 100644 (file)
@@ -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"
index 7e8ad0431098eabac658d2ef2f946a4835bcb9e0..555bef1bb54947348cead67e6178eae890918bb6 100644 (file)
@@ -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"