libsigrok: mark libsigrokcxx as broken
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Apr 2015 19:07:23 +0000 (21:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Apr 2015 19:07:23 +0000 (21:07 +0200)
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>
package/libsigrok/Config.in
package/pulseview/Config.in

index 93bd06f7b4f336604ee3847acb2070ae75956cd8..bd37319f8767ec0ad62b2f9a95e4aa3bc8f24b2c 100644 (file)
@@ -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
 
index de899af89246d2ddb51ded9f6c352427c1f8e24e..e0f1bcf529511edfd08bced61141ffcc408e2c36 100644 (file)
@@ -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