Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,9 +6,10 @@ config BR2_PACKAGE_BC
|
||||
areas. It supports interactive execution of statements. 'Bc'
|
||||
is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||
This version does not use the historical method of having bc
|
||||
be a compiler for the dc calculator (the POSIX document doesn't
|
||||
specify how bc must be implemented). This version has a single
|
||||
executable that both compiles the language and runs the resulting
|
||||
'byte code.' The byte code is not the dc language.
|
||||
be a compiler for the dc calculator (the POSIX document
|
||||
doesn't specify how bc must be implemented).
|
||||
This version has a single executable that both compiles the
|
||||
language and runs the resulting 'byte code.' The byte code is
|
||||
not the dc language.
|
||||
|
||||
http://www.gnu.org/software/bc
|
||||
|
||||
@@ -8,7 +8,7 @@ BC_VERSION = 1.06.95
|
||||
BC_SOURCE = bc-$(BC_VERSION).tar.bz2
|
||||
BC_SITE = http://alpha.gnu.org/gnu/bc
|
||||
BC_DEPENDENCIES = host-flex
|
||||
BC_LICENSE = GPLv2+, LGPLv2.1+
|
||||
BC_LICENSE = GPL-2.0+, LGPL-2.1+
|
||||
BC_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
||||
# Build after busybox so target ends up with bc's "dc" version
|
||||
|
||||
Reference in New Issue
Block a user