From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: simplify logic for default library dependencies Date: Thu, 26 Jul 2018 15:55:56 +0200 Message-ID: <3241026.l3qH73bN5k@xps> References: <20180719143702.49511-1-bruce.richardson@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 out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6E7A92BE2 for ; Thu, 26 Jul 2018 15:56:02 +0200 (CEST) In-Reply-To: <20180719143702.49511-1-bruce.richardson@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" 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.