Move all to deprecated folder.
This commit is contained in:
22
deprecated/firmware/buildroot/package/xz/xz.mk
Normal file
22
deprecated/firmware/buildroot/package/xz/xz.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# xz
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XZ_VERSION = 5.2.2
|
||||
XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
|
||||
XZ_SITE = http://tukaani.org/xz
|
||||
XZ_INSTALL_STAGING = YES
|
||||
XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||
XZ_LICENSE = GPLv2+, GPLv3+, LGPLv2.1+
|
||||
XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
XZ_CONF_OPTS = --enable-threads
|
||||
else
|
||||
XZ_CONF_OPTS = --disable-threads
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user