boost: timer needs chrono and system
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 1 Jul 2018 19:16:44 +0000 (21:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Jul 2018 07:02:47 +0000 (09:02 +0200)
output/host/usr/bin/m68k-linux-readelf -d output/staging/usr/lib/libboost_timer.so

Dynamic section at offset 0x5ef8 contains 29 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libboost_chrono.so.1.67.0]
 0x00000001 (NEEDED)                     Shared library: [libboost_system.so.1.67.0]

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

index 12eb98ae21a467056a9571d5944b3167fca64380..1dc7924a2f1d239419a6966930da9648441deeae 100644 (file)
@@ -300,6 +300,8 @@ config BR2_PACKAGE_BOOST_THREAD
 
 config BR2_PACKAGE_BOOST_TIMER
        bool "boost-timer"
+       select BR2_PACKAGE_BOOST_CHRONO
+       select BR2_PACKAGE_BOOST_SYSTEM
        help
          Event timer, progress timer, and progress display classes.