[OE-core] [PATCH] boost: add contract lib

Randy MacLeod randy.macleod at windriver.com
Wed May 16 04:37:44 UTC 2018


On 2018-05-11 02:23 AM, mingli.yu at windriver.com wrote:
> From: Mingli Yu <mingli.yu at windriver.com>
> 
> Add the contract lib which implements contract
> programming (a.k.a., Design by Contract or DbC) [1]
> for the C++ programming language.

Please clean up the long log.
You should write something like:

    Add the contract lib which implements contract programming
    (a.k.a., Design by Contract) for the C++ programming language.

I don't know what the [1] was about.
Ah, it's a reference from this documentation:
   https://www.boost.org/doc/libs/develop/libs/contract/doc/html/index.html

For anyone reading, but not following links:

[1] Design by Contract (DbC) is a registered trademark of the Eiffel 
Software company and it was first introduced by the Eiffel programming 
language (see [Meyer97]).


../Randy

> 
> Signed-off-by: Mingli Yu <mingli.yu at windriver.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 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 \
> 


-- 
# Randy MacLeod
# Wind River Linux



More information about the Openembedded-core mailing list