diff options
author | Philip Balister <philip@balister.org> | 2014-12-23 09:14:03 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 22:05:29 +0000 |
commit | d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d (patch) | |
tree | 6d16882e6d8437bcd8d1979f8382190600b643cb | |
parent | 93979b2d025cf318fd0d867ed730721c7594d33b (diff) | |
download | openembedded-core-d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d.tar.gz openembedded-core-d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d.tar.bz2 openembedded-core-d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d.zip |
boost : Add the atomic and chrono libraries to the build.
Inspection of buildhistory shows no existing libraries changed and
the atmoic and chrono libraries are packaged individually.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index d34ca7cbf1..bf22c95ebd 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -5,6 +5,8 @@ DEPENDS = "bjam-native zlib bzip2" ARM_INSTRUCTION_SET = "arm" BOOST_LIBS = "\ + atomic \ + chrono \ date_time \ filesystem \ graph \ |