boost: add selects for wave
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 2 Jul 2018 21:18:45 +0000 (23:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 3 Jul 2018 19:42:50 +0000 (21:42 +0200)
commit74bbe20356b846b52a0fbb712c39f8170a0a1f7e
tree0707ac5c9113ad37cc122ea2ae792f25a54a6b17
parent8ae70adc52f1d01d04a68ad62df8e66168ac4af8
boost: add selects for wave

wave needs filesystem, thread, date_time, chrono and system

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

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