|
@@ -12,7 +12,7 @@ config BR2_PACKAGE_POCO
|
|
bool "poco"
|
|
bool "poco"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # C++17
|
|
# pthread_condattr_setclock
|
|
# pthread_condattr_setclock
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
|
@@ -116,8 +116,8 @@ config BR2_PACKAGE_POCO_ZIP
|
|
|
|
|
|
endif # BR2_PACKAGE_POCO
|
|
endif # BR2_PACKAGE_POCO
|
|
|
|
|
|
-comment "poco needs a toolchain w/ wchar, NPTL, C++, dynamic library, gcc >= 5 w/ C++14"
|
|
|
|
|
|
+comment "poco needs a toolchain w/ wchar, NPTL, C++, dynamic library, gcc >= 8"
|
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
|
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
|
|
- || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
+ || !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
depends on BR2_PACKAGE_POCO_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_POCO_ARCH_SUPPORTS
|