From b00cc34f8251fa1cc478de112292e105f12127d7 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 26 May 2015 15:23:21 +0200 Subject: boost: extend libraries with log and random Signed-off-by: Lukas Bulwahn Signed-off-by: Richard Purdie --- 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 d95d281fef..cf4faca449 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 \ -- cgit 1.2.3-korg