Bump buildroot to 2019.02
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBNSS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862
|
||||
select BR2_PACKAGE_LIBNSPR
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
@@ -18,3 +19,6 @@ config BR2_PACKAGE_LIBNSS
|
||||
comment "libnss needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
|
||||
comment "libnss needs a toolchain not affected by GCC bug 85862"
|
||||
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862
|
||||
|
||||
Reference in New Issue
Block a user