From: Mingli Yu Date: Fri, 11 May 2018 06:23:00 +0000 (-0700) Subject: boost: add contract lib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17888 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53756087222a12646c4e63dba5c91df16c873111;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost: add contract lib Add the contract lib which implements contract programming (a.k.a., Design by Contract or DbC) [1] for the C++ programming language. Signed-off-by: Mingli Yu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index b447897a0c3..6984bee7777 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -9,6 +9,7 @@ BOOST_LIBS = "\ atomic \ chrono \ container \ + contract \ date_time \ exception \ filesystem \