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:43 +0000 |
commit | c73a6ca2a82ee1961ede453f6c86937ce3695a0a (patch) | |
tree | 8b6bae523fef049a48bbdff9977f6b1f55453a62 /meta/recipes-support | |
parent | e3a623bfe39fda16420d2042647af75877bb6f70 (diff) | |
download | poky-c73a6ca2a82ee1961ede453f6c86937ce3695a0a.tar.gz |
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.
(From OE-Core rev: d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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" | |||
5 | ARM_INSTRUCTION_SET = "arm" | 5 | ARM_INSTRUCTION_SET = "arm" |
6 | 6 | ||
7 | BOOST_LIBS = "\ | 7 | BOOST_LIBS = "\ |
8 | atomic \ | ||
9 | chrono \ | ||
8 | date_time \ | 10 | date_time \ |
9 | filesystem \ | 11 | filesystem \ |
10 | graph \ | 12 | graph \ |