diff options
| author | Matthew McClintock <msm@freescale.com> | 2011-10-26 22:03:32 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-27 08:45:48 +0100 |
| commit | 2691727152cc0268b1801dcad777affd397aaa8a (patch) | |
| tree | 64ce1e896bb449922a9cb205f672bebc95017fba | |
| parent | 96415387fa16088be86486a97b145bc186e8968f (diff) | |
| download | poky-2691727152cc0268b1801dcad777affd397aaa8a.tar.gz | |
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 <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/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 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" | |||
| 4 | PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 4 | PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
| 5 | BPN = "gdb" | 5 | BPN = "gdb" |
| 6 | 6 | ||
| 7 | DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk" | 7 | 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 @@ | |||
| 1 | require gdb-common.inc | 1 | require gdb-common.inc |
| 2 | require gdb-cross-canadian.inc | 2 | require gdb-cross-canadian.inc |
| 3 | 3 | ||
| 4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.1" |
| 5 | 5 | ||
| 6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | 6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" |
| 7 | EXPAT = "--with-expat" | 7 | EXPAT = "--with-expat" |
