Since we statically link, we don't want to depend on the
-sdk version of things but do want to depend on the -native
version. We also need to depend on expat-native.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
inherit sdk
-DEPENDS = "ncurses-sdk zlib-sdk flex-native"
+# Since we statically link these libraries, we don't dep on the -sdk version
+DEPENDS = "ncurses-native zlib-native expat-native flex-native"
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
do_configure_append () {