diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-24 22:22:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:23 +0100 |
commit | 8e261fa5c8c279892f8a1b2cb390f86472011339 (patch) | |
tree | ccd99506ab7f800dad272e997b64bb33169349be /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | 829b985eb5c329772db49da9838530a639cb2638 (diff) | |
download | poky-8e261fa5c8c279892f8a1b2cb390f86472011339.tar.gz |
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.
(From OE-Core rev: b4a0124d2896276e115d20585dc0657da36a0846)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r-- | 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 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" | |||
29 | 29 | ||
30 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 30 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
31 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 31 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |
32 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}" | 32 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ |
33 | --without-ust \ | ||
34 | " | ||
35 | |||
33 | GDBPROPREFIX = "--program-prefix=''" | 36 | GDBPROPREFIX = "--program-prefix=''" |
34 | 37 | ||
35 | do_configure () { | 38 | do_configure () { |