From bce155af1f2afbd7ddaaeea1b073b416d57b4ceb Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 10 May 2018 23:23:00 -0700 Subject: 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. (From OE-Core rev: 53756087222a12646c4e63dba5c91df16c873111) Signed-off-by: Mingli Yu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index b447897a0c..6984bee777 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 \ -- cgit v1.2.3-54-g00ecf