package/boost: boost-metaparse depends on boost-test
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 19 Jun 2016 09:22:49 +0000 (11:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 20 Jun 2016 20:47:12 +0000 (22:47 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/boost/Config.in

index fae4b5fed7e1540e69d48177796959e9445e1268..0cc9a589a9ef555f6d1bbc985fb7e02ffad6d93c 100644 (file)
@@ -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