[Buildroot] [PATCH/next 1/1] pulseview: drop boost thread

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Dec 1 22:16:15 UTC 2018


Since bump to 0.4.0, boost thread is not needed anymore:
https://sigrok.org/gitweb/?p=pulseview.git;a=commit;h=b8f1cdeba7cf6c2b749ff60102ce4e260fa1309e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/pulseview/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in
index 301acf7d90..a42fdcd879 100644
--- a/package/pulseview/Config.in
+++ b/package/pulseview/Config.in
@@ -18,7 +18,6 @@ config BR2_PACKAGE_PULSEVIEW
 	select BR2_PACKAGE_BOOST
 	select BR2_PACKAGE_BOOST_FILESYSTEM
 	select BR2_PACKAGE_BOOST_SYSTEM
-	select BR2_PACKAGE_BOOST_THREAD
 	select BR2_PACKAGE_BOOST_SERIALIZATION
 	help
 	  PulseView is a Qt based logic analyzer, oscilloscope
-- 
2.17.1



More information about the buildroot mailing list