From d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 23 Dec 2014 09:14:03 -0500 Subject: 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 --- meta/recipes-support/boost/boost.inc | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit 1.2.3-korg