From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 26AA9A04DD; Thu, 28 Nov 2019 23:01:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81BEA293C; Thu, 28 Nov 2019 23:01:36 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CB40C9E4 for ; Thu, 28 Nov 2019 23:01:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 467A522820; Thu, 28 Nov 2019 17:01:34 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 17:01:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Gh/gQY0dsyIb1Iln+arKLIBE0Z4ogFbfAKdvIqJ+F/s=; b=FPNjgQMKDOsA c1ioZ1t6Gpr8JxlpWJZwQPbD4Fp/9V2KJCNN4WEtur8MELYC/dJopq6rkuQMoKfZ 03Izv1KCDJ8l8q0cpuVAORSVyoWyaafQUKHtny1yeNlD/IutmlzjVIkL5LWFEmL9 e8hyQbTTXIwyFriH3iEWnMmYfIxlMlI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Gh/gQY0dsyIb1Iln+arKLIBE0Z4ogFbfAKdvIqJ+F /s=; b=th6lOnyIqsGj3JcWBtOxNNzaVsgiLGuax7PzWtqQsxVeJ8Clny6B/TPkJ 6SDQOSkNwZOJJg/I5BdMdWg2oN5yYuODWOl5vU0bPC22+h8JF20qL7Od6WWP+Jhh RyWFku/jIOxwSzSiUtzL9ZDUiuGIZHlW0t0/SfbI+fLGmDqDjWjKBB+z2ZgBV1Y/ jgom8VIQyM5Q9SsVHmlpBSzOnUf3NkhHRj1vV0ciTymUuHRdQLEkyFsr1yWUcBxZ d5PMY+n6vP1tG+5/TrjbMETrq3ztPe1CC58tsQooPdx/ItZrMHVogAi0up8k1Sgt 5t0zVHi2XLfhi/zJRY7st5FAexGPQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeijedgudehvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 64DB03060061; Thu, 28 Nov 2019 17:01:33 -0500 (EST) From: Thomas Monjalon To: Ali Alnubani Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 28 Nov 2019 23:01:32 +0100 Message-ID: <4327654.a9pVo9lTxb@xps> In-Reply-To: <20191128072335.5818-1-alialnu@mellanox.com> References: <20191126081346.22889-1-alialnu@mellanox.com> <20191128072335.5818-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/3] config: set the pkgconfig executable 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/11/2019 08:24, Ali Alnubani: > Meson fails to find a pkg-config executable if pkgconfig > isn't set for aarch64. The environment variable `PKG_CONFIG_PATH` > is useless in this case, and meson fails to locate dependencies > that are built in non-standard paths. > > Signed-off-by: Ali Alnubani > Acked-by: Bruce Richardson Series squashed and applied, thanks