]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: Add PACKAGECONFIG for liblzma and enable it
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 13:39:16 +0000 (14:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 14:08:27 +0000 (15:08 +0100)
commit97b2a20b55acf76ebaacff0054e0f3c2b4236847
tree478398e4eaa550413cfc49c2dc25404d719b3370
parente788fb2b894852f71b1c545abde71b45b9f230dc
dpkg: Add PACKAGECONFIG for liblzma and enable it

liblzma is part of xz and we already build it but configure it out. This makes
no sense. Enabling it means we gain multithreaded compression and it speeds
dpkg-deb up massively. It also removes the fork overhead of separate xz processes.

Turning the existing config into a PACKAGECONFIG and turning it on by default
therefore makes best use of what we have available.

The manual RDEPENDS are no longer needed since it uses liblzma which is picked
up by the shlibs code magically.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc