mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
14010b4a60
commit
6fa824ec8f
@@ -38,6 +38,7 @@ EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
|
|||||||
|
|
||||||
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
|
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
|
||||||
--with-curses --disable-multilib --with-system-readline --disable-sim \
|
--with-curses --disable-multilib --with-system-readline --disable-sim \
|
||||||
|
--without-lzma \
|
||||||
${GDBPROPREFIX} ${EXPAT} \
|
${GDBPROPREFIX} ${EXPAT} \
|
||||||
${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
|
${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
|||||||
Reference in New Issue
Block a user