Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/2] cc-tool: drop BR2_PACKAGE_BOOST_SIGNALS select
@ 2019-01-13 17:43 Fabrice Fontaine
  2019-01-13 17:43 ` [Buildroot] [PATCH v2,2/2] boost: bump to version 1.69.0 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-01-13 17:43 UTC (permalink / raw)
  To: buildroot

cc-tool depends on signals2 not signals, indeed only signals2 is used in
src/data/progress_watcher.h and BOOST_SIGNALS defined in m4/boost.m4 is
never used in configure.ac

No BR2_PACKAGE_SIGNALS2 is needed as signals2 is a header-only boost
library

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - Give more details in commit log

 package/cc-tool/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/cc-tool/Config.in b/package/cc-tool/Config.in
index 32250db3af..67c67a3992 100644
--- a/package/cc-tool/Config.in
+++ b/package/cc-tool/Config.in
@@ -10,7 +10,6 @@ config BR2_PACKAGE_CC_TOOL
 	select BR2_PACKAGE_BOOST_SYSTEM
 	select BR2_PACKAGE_BOOST_REGEX
 	select BR2_PACKAGE_BOOST_FILESYSTEM
-	select BR2_PACKAGE_BOOST_SIGNALS
 	help
 	  cc-tool provides support for Texas Instruments CC Debugger
 	  for Linux OS in order to program 8051-based System-On-Chip
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-24 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13 17:43 [Buildroot] [PATCH v2, 1/2] cc-tool: drop BR2_PACKAGE_BOOST_SIGNALS select Fabrice Fontaine
2019-01-13 17:43 ` [Buildroot] [PATCH v2,2/2] boost: bump to version 1.69.0 Fabrice Fontaine
2019-01-13 20:48   ` Thomas Petazzoni
2019-01-13 20:47 ` [Buildroot] [PATCH v2, 1/2] cc-tool: drop BR2_PACKAGE_BOOST_SIGNALS select Thomas Petazzoni
2019-01-24 16:19 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox