mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lzma: remove deprecated target package
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
08506501b0
commit
0a07731933
@@ -1,13 +0,0 @@
|
||||
config BR2_PACKAGE_LZMA
|
||||
bool "lzma"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_DEPRECATED_SINCE_2010_11
|
||||
help
|
||||
Lempel Ziv compression method (LZMA) is a compression
|
||||
algorithm with high compression ratio.
|
||||
|
||||
http://tukaani.org/lzma/
|
||||
|
||||
comment "lzma needs a toolchain w/ C++"
|
||||
depends on BR2_DEPRECATED_SINCE_2010_11
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -7,10 +7,8 @@
|
||||
LZMA_VERSION = 4.32.7
|
||||
LZMA_SOURCE = lzma-$(LZMA_VERSION).tar.xz
|
||||
LZMA_SITE = http://tukaani.org/lzma/
|
||||
LZMA_INSTALL_STAGING = YES
|
||||
LZMA_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
LZMA = $(HOST_DIR)/usr/bin/lzma
|
||||
|
||||
Reference in New Issue
Block a user