Bump buildroot to 2019.02
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# From http://lftp.yar.ru/ftp/lftp-4.8.0.md5sum
|
||||
md5 468558412ad3575ef8e98547c41339f4 lftp-4.8.0.tar.xz
|
||||
# From http://lftp.yar.ru/ftp/lftp-4.8.4.md5sum
|
||||
md5 b75c43797e817529d486be640232d708 lftp-4.8.4.tar.xz
|
||||
# Locally calculated after checking gpg signature
|
||||
sha256 7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f lftp-4.8.0.tar.xz
|
||||
sha256 4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62 lftp-4.8.4.tar.xz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LFTP_VERSION = 4.8.0
|
||||
LFTP_VERSION = 4.8.4
|
||||
LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
|
||||
LFTP_SITE = http://lftp.yar.ru/ftp
|
||||
LFTP_LICENSE = GPL-3.0+
|
||||
@@ -41,11 +41,11 @@ else
|
||||
LFTP_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
||||
LFTP_DEPENDENCIES += libidn
|
||||
LFTP_CONF_OPTS += --with-libidn=$(STAGING_DIR)/usr
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||
LFTP_DEPENDENCIES += libidn2
|
||||
LFTP_CONF_OPTS += --with-libidn2=$(STAGING_DIR)/usr
|
||||
else
|
||||
LFTP_CONF_OPTS += --without-libidn
|
||||
LFTP_CONF_OPTS += --without-libidn2
|
||||
endif
|
||||
|
||||
# Remove /usr/share/lftp
|
||||
|
||||
Reference in New Issue
Block a user