Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] boost: fix fiber module without flag
@ 2017-11-03 13:27 Adam Duskett
  2017-11-03 17:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Duskett @ 2017-11-03 13:27 UTC (permalink / raw)
  To: buildroot

BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FILESYSTEM),,fiber) needs to be
BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FIBER),,fiber) which was
causing the following build errors:
http://autobuild.buildroot.net/results/c8b/c8b58bf37b565e7a4dd7959e0d9c1cec993758ba/build-end.log
http://autobuild.buildroot.net/results/df6/df6f9d51ee766a6f8fca986cdc7476d148dad53e/build-end.log
http://autobuild.buildroot.net/results/fec/fecc16df052ac5b14d3b15e174c7026dfcc8fd33/build-end.log

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/boost/boost.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 750b40f7d2..864a07f789 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -26,7 +26,7 @@ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CONTEXT),,context)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_COROUTINE),,coroutine)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_DATE_TIME),,date_time)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_EXCEPTION),,exception)
-BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FILESYSTEM),,fiber)
+BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FIBER),,fiber)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FILESYSTEM),,filesystem)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_GRAPH),,graph)
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_GRAPH_PARALLEL),,graph_parallel)
-- 
2.13.6

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

* [Buildroot] [PATCH 1/1] boost: fix fiber module without flag
  2017-11-03 13:27 [Buildroot] [PATCH 1/1] boost: fix fiber module without flag Adam Duskett
@ 2017-11-03 17:50 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-11-03 17:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  3 Nov 2017 09:27:50 -0400, Adam Duskett wrote:
> BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FILESYSTEM),,fiber) needs to be
> BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FIBER),,fiber) which was
> causing the following build errors:
> http://autobuild.buildroot.net/results/c8b/c8b58bf37b565e7a4dd7959e0d9c1cec993758ba/build-end.log
> http://autobuild.buildroot.net/results/df6/df6f9d51ee766a6f8fca986cdc7476d148dad53e/build-end.log
> http://autobuild.buildroot.net/results/fec/fecc16df052ac5b14d3b15e174c7026dfcc8fd33/build-end.log
> 
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
> ---
>  package/boost/boost.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, after improving the commit log. See
https://git.buildroot.org/buildroot/commit/?id=1e559557ac713707c6160da3facf251476f99925
for the commit log I pushed.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-11-03 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 13:27 [Buildroot] [PATCH 1/1] boost: fix fiber module without flag Adam Duskett
2017-11-03 17:50 ` Thomas Petazzoni

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