002a31168e
Note that we loose the ability to use a lzma command available on the host and we now always build your own if a package needs it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
478 B
Makefile
17 lines
478 B
Makefile
#############################################################
|
|
#
|
|
# lzma
|
|
#
|
|
#############################################################
|
|
LZMA_VERSION:=4.32.7
|
|
LZMA_SOURCE:=lzma-$(LZMA_VERSION).tar.gz
|
|
LZMA_SITE:=http://tukaani.org/lzma/
|
|
LZMA_INSTALL_STAGING = YES
|
|
LZMA_INSTALL_TARGET = YES
|
|
LZMA_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
|
|
|
$(eval $(call AUTOTARGETS,package,lzma))
|
|
$(eval $(call AUTOTARGETS,package,lzma,host))
|
|
|
|
LZMA=$(HOST_DIR)/usr/bin/lzma
|