From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2018 08:58:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,458,1531810800"; d="scan'208";a="63566203" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by orsmga008.jf.intel.com with SMTP; 08 Aug 2018 08:58:54 -0700 Received: by (sSMTP sendmail emulation); Wed, 08 Aug 2018 16:58:53 +0100 Date: Wed, 8 Aug 2018 16:58:53 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <3241026.l3qH73bN5k@xps> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] build: simplify logic for default library dependencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 15:58:57 -0000 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.