]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: set --without-ust for EXTRA_OEFLAGS
authorSaul Wold <sgw@linux.intel.com>
Mon, 25 Apr 2011 05:22:09 +0000 (22:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2011 08:52:23 +0000 (09:52 +0100)
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 <sgw@linux.intel.com>
meta/recipes-devtools/gdb/gdb-common.inc

index 84e36baed6509e78ca2bb2fa047c6345013a70c2..95a38b59561659107a7de6ab834ab605e80fc436 100644 (file)
@@ -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 () {