summaryrefslogtreecommitdiff
path: root/package/libsigrok
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-08 21:07:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-08 21:07:23 +0200
commit41e81b7ae149319950814efe3c39acb1200167d2 (patch)
tree21b9fb23bd8c6d55f1143669f1948b3131a9b6bc /package/libsigrok
parent2552729232b4d9c5cb63ad247d6d94ab83e48e49 (diff)
libsigrok: mark libsigrokcxx as broken
It requires doxygen to generate the C++ bindings, which doesn't have a package in Buildroot. Until this gets resolved, mark libsigrokcxx and its reverse dependency pulseview as broken to avoid build failures in the autobuilders. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigrok')
-rw-r--r--package/libsigrok/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libsigrok/Config.in b/package/libsigrok/Config.in
index 93bd06f7b..bd37319f8 100644
--- a/package/libsigrok/Config.in
+++ b/package/libsigrok/Config.in
@@ -22,12 +22,15 @@ config BR2_PACKAGE_LIBSIGROKCXX
bool "build C++ bindings"
select BR2_PACKAGE_GLIBMM
depends on BR2_INSTALL_LIBSTDCPP
+ # requires doxygen, which isn't packaged in Buildroot
+ depends on BROKEN
help
Build libsigrok C++ bindings as well.
comment "C++ bindings need a toolchain w/ C++"
depends on BR2_PACKAGE_LIBSIGROK
depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BROKEN
endif