From: Matthew McClintock Date: Thu, 27 Oct 2011 03:03:32 +0000 (-0500) Subject: Add readline as dependecy for gdb-cross-canadian X-Git-Tag: 2015-4~12975 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ddc9a58b8553599d2328ac1c4449b41681ae45d1;p=openembedded-core.git 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 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 90a20e2868..ec0748e527 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 312b249b00..a4714e78bd 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"