Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,8 +6,8 @@ config BR2_PACKAGE_GAWK
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
A special-purpose programming language which is data driven
|
||||
rather than procedural. Allows for simple data-reformatting jobs
|
||||
with just a few lines of code.
|
||||
rather than procedural. Allows for simple data-reformatting
|
||||
jobs with just a few lines of code.
|
||||
|
||||
http://www.gnu.org/software/gawk/
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ GAWK_VERSION = 4.1.4
|
||||
GAWK_SOURCE = gawk-$(GAWK_VERSION).tar.xz
|
||||
GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
|
||||
GAWK_DEPENDENCIES = host-gawk
|
||||
GAWK_LICENSE = GPLv3+
|
||||
GAWK_LICENSE = GPL-3.0+
|
||||
GAWK_LICENSE_FILES = COPYING
|
||||
|
||||
# Prefer full-blown gawk over busybox awk
|
||||
@@ -39,7 +39,7 @@ endif
|
||||
HOST_GAWK_CONF_OPTS = --without-readline --without-mpfr
|
||||
|
||||
define GAWK_CREATE_SYMLINK
|
||||
ln -sf /usr/bin/gawk $(TARGET_DIR)/usr/bin/awk
|
||||
ln -sf gawk $(TARGET_DIR)/usr/bin/awk
|
||||
endef
|
||||
|
||||
GAWK_POST_INSTALL_TARGET_HOOKS += GAWK_CREATE_SYMLINK
|
||||
|
||||
Reference in New Issue
Block a user