[oe-commits] Saul Wold : gdb: don't build with LZMA

git at git.openembedded.org git at git.openembedded.org
Tue Jun 4 10:38:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 1e58fc8f6ac8f13d6c86a3ae340d90dd53b3ec27
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1e58fc8f6ac8f13d6c86a3ae340d90dd53b3ec27

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun  4 00:10:07 2013 +0000

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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 \



More information about the Openembedded-commits mailing list