diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-04 00:10:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-04 11:20:34 +0100 |
commit | 1e58fc8f6ac8f13d6c86a3ae340d90dd53b3ec27 (patch) | |
tree | b2720a14316262675a48e7a4b5b653c9723e482b /meta/recipes-devtools/gdb | |
parent | 9ba812ab1f613d28f9eb3192d2ff1a34dfce33e4 (diff) | |
download | openembedded-core-contrib-1e58fc8f6ac8f13d6c86a3ae340d90dd53b3ec27.tar.gz |
gdb: don't build with LZMA
This was a floating dependency that got added in recently and was
caught on the Autobuilder, disable building with LZMA to ensure
consistent builds
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')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index deb3841400f..695495416f8 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -38,6 +38,7 @@ EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ --with-curses --disable-multilib --with-system-readline --disable-sim \ + --without-lzma \ ${GDBPROPREFIX} ${EXPAT} \ ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ --disable-rpath \ |