From: Lukas Bulwahn Date: Tue, 26 May 2015 13:23:21 +0000 (+0200) Subject: boost: extend libraries with log and random X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bbd310e0df4530f60673ec5603e3d585e365e6b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost: extend libraries with log and random (From OE-Core rev: b00cc34f8251fa1cc478de112292e105f12127d7) Signed-off-by: Lukas Bulwahn Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index d95d281fefa..cf4faca4498 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 \