diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2018-05-10 23:23:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:56:50 +0100 |
commit | bce155af1f2afbd7ddaaeea1b073b416d57b4ceb (patch) | |
tree | 032631a3b92afcefffa4f2e0c27123c5b539e1bc /meta/recipes-support | |
parent | 1773acf3949920d26b8345e218a35c687e8d8273 (diff) | |
download | poky-bce155af1f2afbd7ddaaeea1b073b416d57b4ceb.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.
(From OE-Core rev: 53756087222a12646c4e63dba5c91df16c873111)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 1 |
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 = "\ | |||
9 | atomic \ | 9 | atomic \ |
10 | chrono \ | 10 | chrono \ |
11 | container \ | 11 | container \ |
12 | contract \ | ||
12 | date_time \ | 13 | date_time \ |
13 | exception \ | 14 | exception \ |
14 | filesystem \ | 15 | filesystem \ |