Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_DOS2UNIX
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
bool "dos2unix"
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
dos2unix converts text file line endings between CRLF and LF
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 f4d5df24d181c2efecf7631aab6e894489012396092cf206829f1f9a98556b94 dos2unix-7.3.1.tar.gz
|
||||
sha256 8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5 dos2unix-7.3.4.tar.gz
|
||||
|
||||
@@ -4,12 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOS2UNIX_VERSION = 7.3.1
|
||||
DOS2UNIX_VERSION = 7.3.4
|
||||
DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix
|
||||
DOS2UNIX_LICENSE = BSD-2c
|
||||
DOS2UNIX_LICENSE_FILES = COPYING.txt
|
||||
DOS2UNIX_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
HOST_DOS2UNIX_DEPENDENCIES =
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),y)
|
||||
DOS2UNIX_DEPENDENCIES += host-gettext
|
||||
|
||||
Reference in New Issue
Block a user