|
@@ -3,7 +3,7 @@ config BR2_PACKAGE_GRPC
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf, re2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf, re2
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # protobuf, re2, libabseil-cpp
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
depends on !BR2_STATIC_LIBS # protobuf, libabseil-cpp
|
|
depends on !BR2_STATIC_LIBS # protobuf, libabseil-cpp
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
|
|
@@ -19,9 +19,9 @@ config BR2_PACKAGE_GRPC
|
|
|
|
|
|
http://github.com/grpc/grpc
|
|
http://github.com/grpc/grpc
|
|
|
|
|
|
-comment "grpc needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.9"
|
|
|
|
|
|
+comment "grpc needs a toolchain w/ C++, threads, dynamic library, gcc >= 5"
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
- || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
+ || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|