Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,8 +3,9 @@ config BR2_PACKAGE_NCFTP
|
||||
# fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
||||
programs implementing the File Transfer Protocol (FTP).
|
||||
NcFTP Client (also known as just NcFTP) is a set of FREE
|
||||
application programs implementing the File Transfer Protocol
|
||||
(FTP).
|
||||
|
||||
http://www.ncftp.com/ncftp/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 7abd3e8f848f0efb4bb6a4bc5da58a59524d4378fc8d70a52adb0fe1fd00b89d ncftp-3.2.6-src.tar.xz
|
||||
sha256 129e5954850290da98af012559e6743de193de0012e972ff939df9b604f81c23 ncftp-3.2.6-src.tar.gz
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
NCFTP_VERSION = 3.2.6
|
||||
NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.xz
|
||||
# use .gz as upstream .xz tarball has changed after the hash was added for
|
||||
# 2017.02. Can be changed back to .xz when version is bumped
|
||||
NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.gz
|
||||
NCFTP_SITE = ftp://ftp.ncftp.com/ncftp
|
||||
NCFTP_TARGET_BINS = ncftp
|
||||
NCFTP_LICENSE = Clarified Artistic License
|
||||
@@ -19,7 +21,7 @@ NCFTP_CONF_OPTS = --disable-ccdv
|
||||
# We need to pass -I because of the non-standard m4 directory name, and
|
||||
# none of the other autotools are used, so the below is the easiest.
|
||||
define NCFTP_RUN_AUTOCONF
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/autoconf -I$(@D)/autoconf_local/)
|
||||
(cd $(@D); $(HOST_DIR)/bin/autoconf -I$(@D)/autoconf_local/)
|
||||
endef
|
||||
NCFTP_PRE_CONFIGURE_HOOKS += NCFTP_RUN_AUTOCONF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user