From: Saul Wold Date: Mon, 25 Apr 2011 05:22:09 +0000 (-0700) Subject: gdb: set --without-ust for EXTRA_OEFLAGS X-Git-Tag: 2011-1~1658 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b4a0124d2896276e115d20585dc0657da36a0846;p=openembedded-core.git 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. Signed-off-by: Saul Wold --- 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 () {