Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_LUTOK
bool "lutok"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
depends on !BR2_PACKAGE_LUAJIT
help
Lutok is a lightweight C++ API library for Lua.

View File

@@ -10,7 +10,7 @@ LUTOK_INSTALL_STAGING = YES
LUTOK_DEPENDENCIES = host-pkgconf lua
# --without-atf disables the atf-based lutok tests
LUTOK_CONF_OPTS = --without-doxygen --without-atf
LUTOK_LICENSE = BSD-3c
LUTOK_LICENSE = BSD-3-Clause
LUTOK_LICENSE_FILES = COPYING
$(eval $(autotools-package))