summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ola/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ola/Config.in b/package/ola/Config.in
index 90a92fd2f2..656e82529a 100644
--- a/package/ola/Config.in
+++ b/package/ola/Config.in
@@ -1,6 +1,7 @@
comment "ola needs a toolchain w/ C++, threads, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|| BR2_STATIC_LIBS
+ depends on BROKEN
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
menuconfig BR2_PACKAGE_OLA
@@ -8,6 +9,9 @@ menuconfig BR2_PACKAGE_OLA
select BR2_PACKAGE_PROTOBUF
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
select BR2_PACKAGE_UTIL_LINUX
+ # Build fails with current protobuf
+ # https://github.com/OpenLightingProject/ola/issues/1192
+ depends on BROKEN
depends on BR2_INSTALL_LIBSTDCPP # protobuf
depends on !BR2_STATIC_LIBS # protobuf
depends on BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud