From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kvargs: fix building with meson outside source tree Date: Thu, 26 Jul 2018 10:14:49 +0200 Message-ID: <4548582.PbY60fh370@xps> References: <20180719142648.44824-1-bruce.richardson@intel.com> <7f7269e5-e439-6655-4fe8-7c0e9166f35d@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" 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 B35D4322C for ; Thu, 26 Jul 2018 10:14:54 +0200 (CEST) In-Reply-To: <7f7269e5-e439-6655-4fe8-7c0e9166f35d@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:45, Burakov, Anatoly: > On 19-Jul-18 3:26 PM, Bruce Richardson wrote: > > When building DPDK with meson with the being outside the source > > directory, an error was generated as the path to the EAL headers was not > > found. The path specified for the includes backed out unnecessarily far and > > so broke when the build directory was not in the expected location of > > just inside the source dir. Changing the path to be shorter, just going > > down one level and then into EAL builds for both cases - where builddir is > > in source directory, and also when it's outside it. > > > > Fixes: 092ee516496d ("kvargs: build before EAL") > > > > Reported-by: Anatoly Burakov > > Signed-off-by: Bruce Richardson > > Tested-by: Anatoly Burakov Applied, thanks