From: Matthew McClintock Date: Thu, 27 Oct 2011 03:03:32 +0000 (-0500) Subject: Add readline as dependecy for gdb-cross-canadian X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2691727152cc0268b1801dcad777affd397aaa8a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Add readline as dependecy for gdb-cross-canadian Got errors that we were unable to find -lreadline, this fixed the issue (From OE-Core rev: ddc9a58b8553599d2328ac1c4449b41681ae45d1) Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 90a20e28681..ec0748e527c 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 312b249b009..a4714e78bdb 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"