Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
config BR2_PACKAGE_DOS2UNIX
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
bool "dos2unix"
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5 dos2unix-7.3.4.tar.gz
|
||||
# https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.0.tar.gz.asc
|
||||
sha256 bac765abdbd95cdd87a71989d4382c32cf3cbfeee2153f0086cb9cf18261048a dos2unix-7.4.0.tar.gz
|
||||
sha256 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0 COPYING.txt
|
||||
|
||||
@@ -4,27 +4,30 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOS2UNIX_VERSION = 7.3.4
|
||||
DOS2UNIX_VERSION = 7.4.0
|
||||
DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix
|
||||
DOS2UNIX_LICENSE = BSD-2c
|
||||
DOS2UNIX_LICENSE = BSD-2-Clause
|
||||
DOS2UNIX_LICENSE_FILES = COPYING.txt
|
||||
DOS2UNIX_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
DOS2UNIX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_BUSYBOX),busybox) \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),y)
|
||||
DOS2UNIX_DEPENDENCIES += host-gettext
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
DOS2UNIX_MAKE_OPTS += ENABLE_NLS=1
|
||||
DOS2UNIX_MAKE_OPTS += LIBS_EXTRA=$(TARGET_NLS_LIBS)
|
||||
else
|
||||
# Should be defined to empty to disable NLS support
|
||||
DOS2UNIX_MAKE_OPTS += ENABLE_NLS=
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
||||
DOS2UNIX_DEPENDENCIES += gettext
|
||||
DOS2UNIX_MAKE_OPTS += LIBS_EXTRA=-lintl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_USE_WCHAR),)
|
||||
DOS2UNIX_MAKE_OPTS += UCS=
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
DOS2UNIX_MAKE_OPTS += LDFLAGS_USER=-static
|
||||
endif
|
||||
|
||||
define DOS2UNIX_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) $(DOS2UNIX_MAKE_OPTS)
|
||||
endef
|
||||
@@ -39,7 +42,7 @@ define HOST_DOS2UNIX_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define HOST_DOS2UNIX_INSTALL_CMDS
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) DESTDIR=$(HOST_DIR) ENABLE_NLS= \
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) prefix=$(HOST_DIR) ENABLE_NLS= \
|
||||
install
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user