From patchwork Wed Apr 27 07:29:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/52] gdb: set --without-ust for EXTRA_OEFLAGS Date: Wed, 27 Apr 2011 07:29:25 -0000 From: Saul Wold X-Patchwork-Id: 2907 Message-Id: <540308cee396e80f84c7dfb3866b10db35311685.1303889119.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Darren Hart , Chris Larson , Antonio Ospite 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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 84e36ba..95a38b5 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 () {