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)

(From OE-Core rev: c50f8d83749d755e58fcd159b8e4dab33fbd9036)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Matthew McClintock 2011-10-26 22:03:32 -05:00 committed by Richard Purdie
parent dc09c258f0
commit 4f9e333b05
2 changed files with 2 additions and 2 deletions

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

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