From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] build: simplify logic for default library dependencies Date: Wed, 8 Aug 2018 16:58:53 +0100 Message-ID: <20180808155852.GA14432@bricha3-MOBL.ger.corp.intel.com> References: <20180719143702.49511-1-bruce.richardson@intel.com> <3241026.l3qH73bN5k@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 75A74FEB for ; Wed, 8 Aug 2018 17:58:57 +0200 (CEST) Content-Disposition: inline In-Reply-To: <3241026.l3qH73bN5k@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.