boost: type_erasure needs chrono, system, thread
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 3 Jul 2018 22:23:54 +0000 (00:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 4 Jul 2018 20:31:18 +0000 (22:31 +0200)
commit892e006d7f069c55ea6fe447141e629456db645a
tree1b92182200f7b68071c758606ebe7b3bb80f9896
parent84e7b7c798bd38fc8afa2df70520dcd9115387d6
boost: type_erasure needs chrono, system, thread

output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-readelf -d output/staging/usr/lib/libboost_type_erasure.so

Dynamic section at offset 0xcef0 contains 30 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libboost_thread.so.1.67.0]
 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