Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_CPIO
|
||||
bool "cpio"
|
||||
depends on BR2_USE_WCHAR
|
||||
# Need argp.h support
|
||||
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
cpio archive utility for creation and extraction.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ CPIO_VERSION = 2.12
|
||||
CPIO_SITE = $(BR2_GNU_MIRROR)/cpio
|
||||
CPIO_CONF_OPTS = --bindir=/bin
|
||||
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
CPIO_LICENSE = GPLv3+
|
||||
CPIO_LICENSE = GPL-3.0+
|
||||
CPIO_LICENSE_FILES = COPYING
|
||||
|
||||
# cpio uses argp.h which is not provided by uclibc or musl by default.
|
||||
|
||||
Reference in New Issue
Block a user