From: Philip Balister Date: Tue, 23 Dec 2014 14:14:03 +0000 (-0500) Subject: boost : Add the atomic and chrono libraries to the build. X-Git-Tag: 2015-4~884 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \