[oe-commits] Philip Balister : boost : Add the atomic and chrono libraries to the build.

git at git.openembedded.org git at git.openembedded.org
Thu Dec 25 22:05:59 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d

Author: Philip Balister <philip at balister.org>
Date:   Tue Dec 23 09:14:03 2014 -0500

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 at balister.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 d34ca7c..bf22c95 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 \



More information about the Openembedded-commits mailing list