Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,7 +2,6 @@ config BR2_PACKAGE_GREP
|
||||
bool "grep"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
The GNU regular expression matcher.
|
||||
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 ad4cc44d23074a1c3a8baae8fbafff2a8c60f38a9a6108f985eef6fbee6dcaeb grep-2.27.tar.xz
|
||||
# http://ftp.gnu.org/gnu/grep/grep-3.1.tar.xz.sig
|
||||
sha256 db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e grep-3.1.tar.xz
|
||||
sha256 ca372a7d92560b1fa9f6d832b440e8bcd62d9adfa8870c98287deab66d98310e COPYING
|
||||
|
||||
@@ -4,14 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GREP_VERSION = 2.27
|
||||
GREP_VERSION = 3.1
|
||||
GREP_SITE = $(BR2_GNU_MIRROR)/grep
|
||||
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
||||
GREP_LICENSE = GPLv3+
|
||||
GREP_LICENSE = GPL-3.0+
|
||||
GREP_LICENSE_FILES = COPYING
|
||||
GREP_CONF_OPTS = --disable-perl-regexp \
|
||||
$(if $(BR2_TOOLCHAIN_USES_MUSL),--with-included-regex)
|
||||
GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
GREP_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
# link with iconv if enabled
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
@@ -23,6 +21,8 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
GREP_CONF_OPTS += --enable-perl-regexp
|
||||
GREP_DEPENDENCIES += pcre
|
||||
else
|
||||
GREP_CONF_OPTS += --disable-perl-regexp
|
||||
endif
|
||||
|
||||
# Full grep preferred over busybox grep
|
||||
|
||||
Reference in New Issue
Block a user