All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/boost: boost-metaparse depends on boost-test
@ 2016-06-19  9:22 Bernd Kuhls
  2016-06-20 20:47 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-06-19  9:22 UTC (permalink / raw)
  To: buildroot

The boost metaparse library depends on the test library:
https://github.com/boostorg/metaparse/blob/master/build/Jamfile.v2

The test library itself depends on MMU, therefore we need to propagate
the dependency, fixes

http://autobuild.buildroot.net/results/02f/02f98a50340ecae01f723ad48c2d54d9e28388f8/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: added blank line above s-o-b

 package/boost/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index fae4b5f..0cc9a58 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -115,6 +115,8 @@ config BR2_PACKAGE_BOOST_MATH
 	bool "boost-math"
 
 config BR2_PACKAGE_BOOST_METAPARSE
+	depends on BR2_USE_MMU # boost-test
+	select BR2_PACKAGE_BOOST_TEST
 	bool "boost-metaparse"
 
 config BR2_PACKAGE_BOOST_MPI
-- 
2.8.1

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

* [Buildroot] [PATCH v2 1/1] package/boost: boost-metaparse depends on boost-test
  2016-06-19  9:22 [Buildroot] [PATCH v2 1/1] package/boost: boost-metaparse depends on boost-test Bernd Kuhls
@ 2016-06-20 20:47 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-06-20 20:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > The boost metaparse library depends on the test library:
 > https://github.com/boostorg/metaparse/blob/master/build/Jamfile.v2

 > The test library itself depends on MMU, therefore we need to propagate
 > the dependency, fixes

 > http://autobuild.buildroot.net/results/02f/02f98a50340ecae01f723ad48c2d54d9e28388f8/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > v2: added blank line above s-o-b


Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-06-20 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19  9:22 [Buildroot] [PATCH v2 1/1] package/boost: boost-metaparse depends on boost-test Bernd Kuhls
2016-06-20 20:47 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.