From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: simplify logic for default library dependencies Date: Mon, 17 Sep 2018 13:53:15 +0200 Message-ID: <5823487.5eCXVEUoq8@xps> References: <20180719143702.49511-1-bruce.richardson@intel.com> <3241026.l3qH73bN5k@xps> <20180808155852.GA14432@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id B3DE95F20 for ; Mon, 17 Sep 2018 13:53:18 +0200 (CEST) In-Reply-To: <20180808155852.GA14432@bricha3-MOBL.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/08/2018 17:58, Bruce Richardson: > On Thu, Jul 26, 2018 at 03:55:56PM +0200, Thomas Monjalon wrote: > > 19/07/2018 16:37, Bruce Richardson: > > > EAL is a standard dependency of all libraries, except for those built > > > before it. We can therefore simplify the logic by just checking if EAL > > > has been processed, and make it a standard dependency if so. > > > > > > Signed-off-by: Bruce Richardson > > > > I guess there is no specific benefit for 18.08. > > It is deferred to 18.11 to avoid any risk. > > > Sure, no problem. Applied, thanks