From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id C01617544B for ; Fri, 11 May 2018 06:21:42 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w4B6Ko5B016304 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 10 May 2018 23:21:33 -0700 Received: from [128.224.162.173] (128.224.162.173) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.361.1; Thu, 10 May 2018 23:21:01 -0700 To: References: <20180511033449.55316-1-mingli.yu@windriver.com> From: "Yu, Mingli" Message-ID: <5AF535C1.2090901@windriver.com> Date: Fri, 11 May 2018 14:18:41 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20180511033449.55316-1-mingli.yu@windriver.com> X-Originating-IP: [128.224.162.173] Subject: Re: [PATCH] boost: add contract lib X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 06:21:43 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Please ignore this patch. Thanks, On 2018年05月11日 11:34, mingli.yu@windriver.com wrote: > From: Mingli Yu > > Add the contract lib > > Signed-off-by: Mingli Yu > --- > 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 \ >