boost: thread needs chrono
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 14 Aug 2018 20:34:20 +0000 (22:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 15 Aug 2018 20:15:44 +0000 (22:15 +0200)
commit6607d6656319e8801ba2c9d5e74a54ad6e2900ee
treec4f2eb145fd10cfde6f55e2937835a8f0326d3cd
parent73cdfc6a4d8ab9a1041f9e58be9102cad74f3647
boost: thread needs chrono

chrono is selected by thread (see libs/thread/build/Jamfile.v2):

rule usage-requirements ( properties * )
{
[...]
result += <library>/boost/chrono//boost_chrono ;
}

So add this select for BR2_PACKAGE_BOOST_THREAD and remove it from
BR2_PACKAGE_BOOST_COROUTINE, BR2_PACKAGE_BOOST_LOG,
BR2_PACKAGE_TYPE_ERASURE and BR2_PACKAGE_BOOST_WAVE

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boost/Config.in