summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2018-05-10 23:23:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-15 10:00:32 +0100
commit53756087222a12646c4e63dba5c91df16c873111 (patch)
tree12d7f3142d8bc27193bb1a3234f33605d50a307f /meta/recipes-support/boost
parentcbfabe9aeb2d1876a41119df126cdac3034762ab (diff)
downloadopenembedded-core-53756087222a12646c4e63dba5c91df16c873111.tar.gz
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 <mingli.yu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc1
1 files changed, 1 insertions, 0 deletions
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 \