Skip to content

Commit

Permalink
gdb (all): Add bison-native to DEPENDS
Browse files Browse the repository at this point in the history
While in here, noticed that I didn't do the second half of
8b2cac3 as I intended and
actually delete the DEPENDS line here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
  • Loading branch information
Tom Rini committed Oct 14, 2010
1 parent a14a646 commit a4a5808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion recipes/gdb/gdb-cross-sdk.inc
Expand Up @@ -2,7 +2,6 @@ require gdb-cross.inc
LICENSE = "GPLv3"

inherit sdk
DEPENDS = "ncurses-native zlib-native expat-native flex-native"
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"

# Since we statically link against the required host libraries we don't
Expand Down
2 changes: 1 addition & 1 deletion recipes/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
require gdb-common.inc

DEPENDS = "ncurses-native zlib-native expat-native flex-native"
DEPENDS = "ncurses-native zlib-native expat-native flex-native bison-native"
# We must have this around in order to link gdb
DEPENDS += "virtual/${TARGET_PREFIX}gcc"

Expand Down
2 changes: 1 addition & 1 deletion recipes/gdb/gdb.inc
Expand Up @@ -2,7 +2,7 @@ require gdb-common.inc

DEFAULT_PREFERENCE_avr32 = "-99"

DEPENDS = "ncurses readline zlib flex-native"
DEPENDS = "ncurses readline zlib flex-native bison-native"

PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"
Expand Down

0 comments on commit a4a5808

Please sign in to comment.