All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add readline as dependecy for gdb-cross-canadian
@ 2011-10-27  3:03 Matthew McClintock
  2011-10-27  7:42 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew McClintock @ 2011-10-27  3:03 UTC (permalink / raw)
  To: openembedded-core

Got errors that we were unable to find -lreadline, this fixed the
issue

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    2 +-
 .../gdb/gdb-cross-canadian_7.3a.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 90a20e2..ec0748e 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.3a.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb
index 7e8ad04..555bef1 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.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"
-- 
1.7.6.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add readline as dependecy for gdb-cross-canadian
  2011-10-27  3:03 [PATCH] Add readline as dependecy for gdb-cross-canadian Matthew McClintock
@ 2011-10-27  7:42 ` Richard Purdie
  2011-10-27 16:05   ` McClintock Matthew-B29882
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2011-10-27  7:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-10-26 at 22:03 -0500, Matthew McClintock wrote:
> Got errors that we were unable to find -lreadline, this fixed the
> issue
> 
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    2 +-
>  .../gdb/gdb-cross-canadian_7.3a.bb                 |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

This patch didn't apply as it wasn't against master. I have manually
fixed it up but please send patches against master in future! :)

Cheers,

Richard






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add readline as dependecy for gdb-cross-canadian
  2011-10-27  7:42 ` Richard Purdie
@ 2011-10-27 16:05   ` McClintock Matthew-B29882
  0 siblings, 0 replies; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2011-10-27 16:05 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, Oct 27, 2011 at 2:42 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Wed, 2011-10-26 at 22:03 -0500, Matthew McClintock wrote:
>> Got errors that we were unable to find -lreadline, this fixed the
>> issue
>>
>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>> ---
>>  meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    2 +-
>>  .../gdb/gdb-cross-canadian_7.3a.bb                 |    2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> This patch didn't apply as it wasn't against master. I have manually
> fixed it up but please send patches against master in future! :)

Thanks! Sorry, I've been working on edison lately this must have
slipped my mind.

-M



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-27 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27  3:03 [PATCH] Add readline as dependecy for gdb-cross-canadian Matthew McClintock
2011-10-27  7:42 ` Richard Purdie
2011-10-27 16:05   ` McClintock Matthew-B29882

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.