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: lucaceresoli/bug-15201-perf-libtraceevent-missing~31721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d34ca7cbf14..bf22c95ebda 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 \