Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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.
|
||||
@@ -9,3 +10,4 @@ config BR2_PACKAGE_GREP
|
||||
|
||||
comment "grep needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf grep-2.23.tar.xz
|
||||
sha256 e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830 grep-2.25.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GREP_VERSION = 2.23
|
||||
GREP_VERSION = 2.25
|
||||
GREP_SITE = $(BR2_GNU_MIRROR)/grep
|
||||
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
||||
GREP_LICENSE = GPLv3+
|
||||
|
||||
Reference in New Issue
Block a user