0a07731933
The on-target lzma package has been deprecated for a long time, so remove it. This does not remove the support for generating lzma-compressed rootfs images. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
416 B
Makefile
15 lines
416 B
Makefile
################################################################################
|
|
#
|
|
# lzma
|
|
#
|
|
################################################################################
|
|
|
|
LZMA_VERSION = 4.32.7
|
|
LZMA_SOURCE = lzma-$(LZMA_VERSION).tar.xz
|
|
LZMA_SITE = http://tukaani.org/lzma/
|
|
LZMA_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
|
|
|
$(eval $(host-autotools-package))
|
|
|
|
LZMA = $(HOST_DIR)/usr/bin/lzma
|