diff options
author | Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> | 2015-05-26 15:23:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-29 10:17:15 +0100 |
commit | 0bbd310e0df4530f60673ec5603e3d585e365e6b (patch) | |
tree | 419b4d905145d08ed507a6c84bb83458340154bd /meta/recipes-support/boost/boost.inc | |
parent | 68d7124686a6fccbeb9788e546e1eefa49c64e9c (diff) | |
download | poky-0bbd310e0df4530f60673ec5603e3d585e365e6b.tar.gz |
boost: extend libraries with log and random
(From OE-Core rev: b00cc34f8251fa1cc478de112292e105f12127d7)
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-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 d95d281fef..cf4faca449 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -11,7 +11,9 @@ BOOST_LIBS = "\ | |||
11 | filesystem \ | 11 | filesystem \ |
12 | graph \ | 12 | graph \ |
13 | iostreams \ | 13 | iostreams \ |
14 | log \ | ||
14 | program_options \ | 15 | program_options \ |
16 | random \ | ||
15 | regex \ | 17 | regex \ |
16 | serialization \ | 18 | serialization \ |
17 | signals \ | 19 | signals \ |