kumquat-buildroot/package/boost
Fabrice Fontaine 6607d66563 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>
2018-08-15 22:15:44 +02:00
..
0001-fix-ambiguous-format-call-on-64bit-builds.patch
0002-fix-uclibc-eventfd.patch
0003-fenv.patch
0004-workaround-musl-bug.patch boost: add workaround patch for musl issue 2017-10-21 17:54:59 +02:00
boost.hash boost: bump to version 1.67.0 2018-06-24 15:55:09 +02:00
boost.mk boost: detect missing selects 2018-07-10 23:04:56 +02:00
Config.in boost: thread needs chrono 2018-08-15 22:15:44 +02:00