From 8e261fa5c8c279892f8a1b2cb390f86472011339 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 24 Apr 2011 22:22:09 -0700 Subject: gdb: set --without-ust for EXTRA_OEFLAGS Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. (From OE-Core rev: b4a0124d2896276e115d20585dc0657da36a0846) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gdb') diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 84e36baed6..95a38b5956 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -29,7 +29,10 @@ EXPAT = "--without-expat" EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ --with-curses --disable-multilib --with-system-readline --disable-sim \ - ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}" + ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ + --without-ust \ + " + GDBPROPREFIX = "--program-prefix=''" do_configure () { -- cgit v1.2.3-54-g00ecf