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:43:34 +0100 |
commit | 6fa824ec8ff6dd1a945dee3009458ec1aeecbe93 (patch) | |
tree | 57682042c50fe97c4bd5dd7bf2baa3e07dcaa46e /meta/recipes-devtools | |
parent | 14010b4a60072641bab62c761edffc51148ae6e9 (diff) | |
download | 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')
-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 deb3841400..695495416f 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}" | |||
38 | 38 | ||
39 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ | 39 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ |
40 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 40 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |
41 | --without-lzma \ | ||
41 | ${GDBPROPREFIX} ${EXPAT} \ | 42 | ${GDBPROPREFIX} ${EXPAT} \ |
42 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | 43 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ |
43 | --disable-rpath \ | 44 | --disable-rpath \ |