Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_MAKE
|
||||
bool "make"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
A tool which controls the generation of executables and other
|
||||
non-source files of a program from the program's source files.
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
MAKE_VERSION = 4.2.1
|
||||
MAKE_SOURCE = make-$(MAKE_VERSION).tar.bz2
|
||||
MAKE_SITE = $(BR2_GNU_MIRROR)/make
|
||||
MAKE_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
MAKE_LICENSE = GPLv3+
|
||||
MAKE_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
MAKE_LICENSE = GPL-3.0+
|
||||
MAKE_LICENSE_FILES = COPYING
|
||||
|
||||
MAKE_CONF_OPTS = --without-guile
|
||||
|
||||
Reference in New Issue
Block a user