From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 067E0A054F; Mon, 15 Mar 2021 18:05:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB74D242752; Mon, 15 Mar 2021 18:05:17 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 87529242747; Mon, 15 Mar 2021 18:05:16 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 10A925C017F; Mon, 15 Mar 2021 13:05:16 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 15 Mar 2021 13:05:16 -0400 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=fm3; bh= 1Q6bGgjvfMDn1jnj3Rs0t0JdoD7KShiuctFvXFYyFgY=; b=cjcMtJ5Scz3ZWVrt 8OWxiYLEzpJ1aRX00w71t0Euhvb8nHhOml/CE1nIxHCHVLXkYnFaUjXWVPuJB52g xeR+TUFiZegeKzNbQqPioK6VSl1C/Z+TitL675sXlB3kxoU/ZNhbWTnUakkP8ETH DagIlAJ+MM7WriQWZ8gZkom1+Yk0Q3iBCAs9Fj1fIGM6er35yhXdy6yzPWKjSza6 b2FpjRuNueepIFdwclHfZrogoU/YWwNaqNt+aUGAsWL56f632T3xdJYrCVoSINp1 Gqsmcp5/wm2yU8s7OCC3CDhN2hPwnLWA8fptwudYDz5n3b87ITFh6CyZpWgdh3hF L6nAjQ== 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=fm2; bh=1Q6bGgjvfMDn1jnj3Rs0t0JdoD7KShiuctFvXFYyF gY=; b=vYDVP4gcaqP3hME3GWK2NkEi0DEiM2wSFKfUXlMLK4xPIKppQdH9d1TP/ DqpxodEHl+I07E1SsCKm+CAj8LKHdNgCAaMZmmdI6DYXcv2iYeCIjAWJr/z/xbs9 6hckB1YGCViuNQp4ohIINDB/GTJNJwHpTgfvhb55GiA/oLPinJI0hWZVugdBHdpY zN7jxCb9mRzdykHoV/FOftR8hn23X7l2sJo0oVKN5VwG41aLWq/S1XI4g5TcYkVR vX5tvuZnU8MyWSX5Pww4s7UGaKJIOIidfjw6ipyPyVwvgxsUegm72kEF7LLAa7Hx xKU32iTOveHSJcb4PH/2lyMgt+27A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledruddvledgleekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 DA92C24006B; Mon, 15 Mar 2021 13:05:14 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, stable@dpdk.org Date: Mon, 15 Mar 2021 18:05:12 +0100 Message-ID: <4242110.oC99KK5N2k@thomas> In-Reply-To: <20210312145605.448017-1-bruce.richardson@intel.com> References: <20210312145605.448017-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: skip copying meson files for examples installation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 12/03/2021 15:56, Bruce Richardson: > The meson.build files in each example directory is simply to support > building the example as part of the main SDK build, and these should not > be installed with the example's source code and makefile. The exclude of > "meson.build" only filters out the top-level examples/meson.build file, > not the file in each subdirectory. > > To fix this, we can build up the list of files to exclude based off the > list of all examples. With this change "find examples/ -name meson.build" > returns no hits when run on an installed instance. > > Fixes: e5b95003f1df ("examples: fix flattening directory layout on install") > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson Applied, thanks