While in here, noticed that I didn't do the second half of
8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and
actually delete the DEPENDS line here.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
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
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"
DEFAULT_PREFERENCE_avr32 = "-99"
-DEPENDS = "ncurses readline zlib flex-native"
+DEPENDS = "ncurses readline zlib flex-native bison-native"
PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"