From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
Date: Thu, 27 Dec 2018 14:58:52 -0800 [thread overview]
Message-ID: <20181227225852.32143-1-raj.khem@gmail.com> (raw)
From: pino-kim <sungwon.pino@gmail.com>
This fixes RISC-V gdb-cross-canadian cross compile configure failure on missing bison.
Signed-off-by: pino-kim <sungwon.pino@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 475e4f08ef..e54766bbb2 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -6,7 +6,8 @@ PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
BPN = "gdb"
DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
- virtual/${HOST_PREFIX}gcc-crosssdk virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"
+ virtual/${HOST_PREFIX}gcc-crosssdk virtual/${HOST_PREFIX}binutils-crosssdk \
+ virtual/nativesdk-libc bison-native"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
--
2.20.1
next reply other threads:[~2018-12-27 22:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-27 22:58 Khem Raj [this message]
2018-12-27 23:03 ` ✗ patchtest: failure for gdb-cross-canadian: Add bison-native for gdb-cross-canadian (rev3) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
2018-12-27 15:37 ` Khem Raj
2018-12-27 15:53 ` sungwon kim
2018-12-27 16:02 ` Richard Purdie
[not found] ` <CAE7Z+X16BbOzxNBbaWw-B7qdfttuNki+oR7j1S-ebDyYwvo3-g@mail.gmail.com>
2018-12-27 16:36 ` richard.purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181227225852.32143-1-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox