From 8f3e41b0f661cae6acfdb20a1083155c9fc770c9 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 6 Aug 2009 14:10:56 +0200 Subject: gdb: disable -Werror to make it build under Ubuntu 9.04 --- meta/packages/gdb/gdb-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/packages/gdb/gdb-cross.inc b/meta/packages/gdb/gdb-cross.inc index 480cce4931..c2f30da793 100644 --- a/meta/packages/gdb/gdb-cross.inc +++ b/meta/packages/gdb/gdb-cross.inc @@ -4,7 +4,7 @@ DEPENDS = "ncurses-native" EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" -EXTRA_OECONF = "--with-curses --with-readline" +EXTRA_OECONF = "--with-curses --with-readline --disable-werror" do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader -- cgit v1.2.3-54-g00ecf