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 5912DA04C4; Wed, 20 Nov 2019 22:50:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DEC1B27D; Wed, 20 Nov 2019 22:50:47 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 03D2223D for ; Wed, 20 Nov 2019 22:50:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 80D8A22250; Wed, 20 Nov 2019 16:50:45 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 20 Nov 2019 16:50:45 -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=weHD2cUadl+TLWsFsjbUImn/Upmdh1rpGSqu+3H9VQ8=; b=j7C5X3KH1aoF /gDQsIgpUnn2tFiOX8HSigimTnEiy5HiwPRdYrSnn2of5viE3a7k6VxYxbpUZgsA wZq0DG2n2wAHnfnM2nHFfT9LI9/SMr7eGP970vPWGt2qAheecRR1RkX9EzY+VVF2 yj7Oc2pIZmdb5k5VJl+fzYrEy3JP2ZM= 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=weHD2cUadl+TLWsFsjbUImn/Upmdh1rpGSqu+3H9V Q8=; b=AWiqHmsGPfDwbtJHM+7VIYYnFeohuYN1ZT4UHr1ae4l02NS6DshGDrOK3 o16gArTc0Z22McIoAOypDGxnCeo1xDL0t+MIzg8SU+iwww3cH/Td5QE9trsHEoJP AHk3/CW3w6pU52gd/byLwdPTOoH26MumjzuhphVmwl4tOPs9rePPRy1oS/oO+XGq UTz1BPih4PkzmTWwVzYKIAK/CHzbFtijdyKo594IPnBb5Su+NVz/EeQYu35931XY kx/yzNgwydfUCEiPI3YiwOKgxi5ylCQxU7P7xiKV3Wk0HaT6SXucihZ+ZPELSymV iaC4aRj8vej9wxjiSfvfWYSd//9XQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehtddgudehhecutefuodetggdotefrod 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 889A780062; Wed, 20 Nov 2019 16:50:44 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit , Bruce Richardson Cc: dev@dpdk.org Date: Wed, 20 Nov 2019 22:50:42 +0100 Message-ID: <1746227.XVKRMh2Mqj@xps> In-Reply-To: <9f02ce3e-7e28-79a3-c189-19160e2692b2@intel.com> References: <20191115103525.94786-1-ferruh.yigit@intel.com> <20191115151700.64354-1-bruce.richardson@intel.com> <9f02ce3e-7e28-79a3-c189-19160e2692b2@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] support older pkg-config 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" 18/11/2019 12:48, Ferruh Yigit: > On 11/15/2019 3:16 PM, Bruce Richardson wrote: > > Not all pkg-config installs support --define-prefix and --path flags, so > > ensure we can still build examples without those flags, and that we > > don't get errors when using test-meson-builds.sh with/without those > > flags. > > > > Bruce Richardson (2): > > devtools: fix example builds with older pkg-config > > examples: suppress errors for missing pkg-config path flag > > For Series, > Tested-by: Ferruh Yigit Applied, thanks