From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] build: fix incorrect variable name in error message Date: Mon, 14 Jan 2019 12:05:18 +0100 Message-ID: <2917550.LRSrnXiaZj@xps> References: <20190110102919.53188-1-bruce.richardson@intel.com> <1547125822.16085.3.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Luca Boccassi , stable@dpdk.org To: Bruce Richardson Return-path: In-Reply-To: <1547125822.16085.3.camel@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/01/2019 14:10, Luca Boccassi: > On Thu, 2019-01-10 at 10:29 +0000, Bruce Richardson wrote: > > The variable name in the error message had an extra '_' which caused > > an actual meson error when the message would otherwise be printed to > > give meaningful information about what was going wrong. > > > > Fixes: 203b61dc5e18 ("build: improve error message for missing > > dependency") > > CC: stable@dpdk.org > > > > Signed-off-by: Bruce Richardson > > Acked-by: Luca Boccassi Applied, thanks