Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
@ 2019-01-02 19:21 Khem Raj
  2019-01-02 19:21 ` [PATCH 2/2] busybox: Enable mountpoint and setsid applets Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Khem Raj @ 2019-01-02 19:21 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2019-01-02 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02 19:21 [PATCH 1/2] gdb-cross-canadian: Add bison-native for gdb-cross-canadian Khem Raj
2019-01-02 19:21 ` [PATCH 2/2] busybox: Enable mountpoint and setsid applets Khem Raj
2019-01-02 19:32 ` [PATCH 1/2] gdb-cross-canadian: Add bison-native for gdb-cross-canadian Jacob Kroon
2019-01-02 19:42   ` Khem Raj
2019-01-02 21:31     ` Richard Purdie
2019-01-02 21:35       ` Khem Raj
2019-01-02 19:33 ` ✗ patchtest: failure for "gdb-cross-canadian: Add bison-..." and 1 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox