[OE-core] [PATCH 3/3] gdb: set --without-ust for EXTRA_OEFLAGS

Saul Wold sgw at linux.intel.com
Mon Apr 25 06:54:38 UTC 2011


From: Saul Wold <sgw at linux.intel.com>

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 at linux.intel.com>
---
 meta/recipes-devtools/gdb/gdb-common.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 84e36ba..549a934 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -29,7 +29,9 @@ 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 () {
-- 
1.7.1.1





More information about the Openembedded-core mailing list