Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian
@ 2018-12-27 15:25 sungwon kim
  2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: sungwon kim @ 2018-12-27 15:25 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]

Got errors when building SDK. Unable to find bison.
To fix this issue add bison-native.

Signed-off-by: pino-kim <sungwon.pino@gmail.com>
---
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 475e4f08ef..4977a66c32 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -5,7 +5,7 @@ SUMMARY = "GNU debugger (cross-canadian gdb for
${TARGET_ARCH} target)"
 PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
 BPN = "gdb"

-DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
+DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext
bison-native \
            virtual/${HOST_PREFIX}gcc-crosssdk
virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"

 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
-- 
2.17.1

[-- Attachment #2: Type: text/html, Size: 2034 bytes --]

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

end of thread, other threads:[~2018-12-27 16:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-27 15:25 [PATCH] gdb-cross-canadian: Add bison-native for gdb-cross-canadian sungwon kim
2018-12-27 15:33 ` ✗ patchtest: failure for " Patchwork
2018-12-27 15:37 ` [PATCH] " 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

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