summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-06-04 00:10:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-04 11:43:34 +0100
commit6fa824ec8ff6dd1a945dee3009458ec1aeecbe93 (patch)
tree57682042c50fe97c4bd5dd7bf2baa3e07dcaa46e /meta/recipes-devtools/gdb
parent14010b4a60072641bab62c761edffc51148ae6e9 (diff)
downloadast2050-yocto-poky-6fa824ec8ff6dd1a945dee3009458ec1aeecbe93.zip
ast2050-yocto-poky-6fa824ec8ff6dd1a945dee3009458ec1aeecbe93.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 (From OE-Core rev: 1e58fc8f6ac8f13d6c86a3ae340d90dd53b3ec27) 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.inc1
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 deb3841..6954954 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 \
OpenPOWER on IntegriCloud