grep: bump to version 2.14
[Peter: License is GPLv3+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b3578cb0e4
commit
676cec3591
@ -4,9 +4,11 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
GREP_VERSION = 2.13
|
GREP_VERSION = 2.14
|
||||||
GREP_SITE = $(BR2_GNU_MIRROR)/grep
|
GREP_SITE = $(BR2_GNU_MIRROR)/grep
|
||||||
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
||||||
|
GREP_LICENSE = GPLv3+
|
||||||
|
GREP_LICENSE_FILES = COPYING
|
||||||
GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
|
GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
|
||||||
GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user