]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package: add generic support for lz archives
authorBaruch Siach <baruch@tkos.co.il>
Sun, 12 Feb 2017 20:15:39 +0000 (22:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Feb 2017 21:11:11 +0000 (22:11 +0100)
commitf165032e4f01aa46b43cc8136bac1c5b47aa8545
treed65765401ba090c900d52f7cd70770a4b3e2243f
parentdc7fcbe494ffddcaba630889fe1a2915569be3f1
package: add generic support for lz archives

This commit teaches the generic package handling code how to extract .tar.lz
archives. When lzip is not installed on the host, host-lzip gets built
automatically.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in
Makefile
package/pkg-utils.mk
support/dependencies/check-host-lzip.mk [new file with mode: 0644]
support/dependencies/check-host-lzip.sh [new file with mode: 0755]