diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-08 21:07:23 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-08 21:07:23 +0200 |
| commit | 41e81b7ae149319950814efe3c39acb1200167d2 (patch) | |
| tree | 21b9fb23bd8c6d55f1143669f1948b3131a9b6bc /package/pulseview | |
| parent | 2552729232b4d9c5cb63ad247d6d94ab83e48e49 (diff) | |
| download | buildroot-41e81b7ae149319950814efe3c39acb1200167d2.tar.gz buildroot-41e81b7ae149319950814efe3c39acb1200167d2.zip | |
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/pulseview')
| -rw-r--r-- | package/pulseview/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in index de899af892..e0f1bcf529 100644 --- a/package/pulseview/Config.in +++ b/package/pulseview/Config.in @@ -15,6 +15,7 @@ config BR2_PACKAGE_PULSEVIEW depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU depends on BR2_INSTALL_LIBSTDCPP + depends on BROKEN # libsigrokcxx help PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok. @@ -25,3 +26,4 @@ comment "pulseview needs a toolchain w/ wchar, threads, C++" depends on BR2_USE_MMU depends on BR2_PACKAGE_QT5 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP + depends on BROKEN # libsigrokcxx |

