[oe-commits] Lukas Bulwahn : boost: extend libraries with log and random

git at git.openembedded.org git at git.openembedded.org
Fri May 29 09:17:44 UTC 2015


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

Author: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
Date:   Tue May 26 15:23:21 2015 +0200

boost: extend libraries with log and random

Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
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 d95d281..cf4faca 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -11,7 +11,9 @@ BOOST_LIBS = "\
 	filesystem \
 	graph \
 	iostreams \
+	log \
 	program_options \
+	random \
 	regex \
 	serialization \
 	signals \



More information about the Openembedded-commits mailing list