From patchwork Mon Apr 25 06:54:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] gdb: set --without-ust for EXTRA_OEFLAGS Date: Mon, 25 Apr 2011 06:54:38 -0000 From: Saul Wold X-Patchwork-Id: 2811 Message-Id: <624f00832be53c358f7c20ec73f005c920d0986c.1303714279.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Saul Wold 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 --- 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 () {