]> code.ossystems Code Review - openembedded-core.git/commit
elfutils: add PACKAGECONFIG for compression algorithms
authorDan Callaghan <dan.callaghan@opengear.com>
Tue, 15 Oct 2019 22:44:56 +0000 (08:44 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2019 07:49:14 +0000 (08:49 +0100)
commit37f4b2311eab6736ee92fc6ac39ddcba6d56a38e
treeea0e6c5de4e8ccd00beb2adaf5953a188d6f7440
parent98780fd303b2eb49152775e23a6ad3a2775a6f51
elfutils: add PACKAGECONFIG for compression algorithms

Elfutils has optional support for bzip2 and xz (lzma). It uses
this for decompressing embedded ELF sections like the .gnu_debugdata
section for "mini debuginfo":

https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html

Previously this support was unconditionally disabled but the reasons for
disabling them seem to no longer apply. Both the target and native
variants of elfutils can build successfully against both bzip2 and xz.

Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/elfutils/elfutils_0.177.bb