Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
config BR2_PACKAGE_LUVI
|
||||
bool "luvi"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libuv
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
|
||||
depends on BR2_USE_MMU # libuv
|
||||
depends on !BR2_STATIC_LIBS # libuv
|
||||
depends on BR2_PACKAGE_LUAJIT
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
||||
select BR2_PACKAGE_LIBUV
|
||||
select BR2_PACKAGE_LUV
|
||||
help
|
||||
@@ -22,9 +23,10 @@ config BR2_PACKAGE_LUVI
|
||||
|
||||
https://github.com/luvit/luvi
|
||||
|
||||
comment "luvi needs a toolchain w/ threads, dynamic library"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
comment "luvi needs a toolchain w/ NPTL, dynamic library"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
|
||||
comment "luvi needs LuaJIT"
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
|
||||
Reference in New Issue
Block a user