[oe-commits] [openembedded-core] 39/46: boost: add contract lib

git at git.openembedded.org git at git.openembedded.org
Tue May 15 09:58:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 53756087222a12646c4e63dba5c91df16c873111
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Thu May 10 23:23:00 2018 -0700

    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 at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/boost/boost.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index b447897..6984bee 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list