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 EF967A04DB; Thu, 15 Oct 2020 12:32:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD87E1DE74; Thu, 15 Oct 2020 12:32:27 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 22B3A1D691; Thu, 15 Oct 2020 12:32:26 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id x7so2820837wrl.3; Thu, 15 Oct 2020 03:32:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=2/U9cWMNrHhwFzhfj8Uf3F1eJ7J0SX7XSXMHL3kOnkA=; b=Rs0v0t2xfRIP4kMSYI7NpcLldQT8U0Pt10bRQ+L+gyOQz2vtqUFj1Ilnxj745q/sTG GdDSwcK+/5QAAidFndRrAJS3KZ+GC9BeTzPnfNeEexF6MC5fJxvvmMzHS+ODTF9GFzoe RGeUXRnTacCgeTpkrXzvmArgagY30uZC8zWLpE2E9BEpsVr0MBdLI0HqpqXF5KCe3uG5 E1hu0KakTt0jzhVzCsYFjpxLMSISaZHPoOK+GKmry0RuwaOE10kGlJf+7muUueomu3My uB1gVe/mLYQvXAPhL9+1vfi8kIvJM//1XxeF5EQYcyp62DSxV/xJp2F5G4yTc0D6b+1Q owuw== X-Gm-Message-State: AOAM532KGPXmeU6aT7yDkGWz9gHVRNyaP7p0E7it6UV79YFGk80QN6V2 e1YeyC2L514X9Dm/V/QsGr0= X-Google-Smtp-Source: ABdhPJzb3QdLjXAfxbLcDaasmRtjujvv1DW6LDYPLoIUYeSlfq6kBkbzgpBSDukF4vrSTp6oQkl6hg== X-Received: by 2002:a5d:4a06:: with SMTP id m6mr3454761wrq.209.1602757945919; Thu, 15 Oct 2020 03:32:25 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id m12sm4145906wrs.92.2020.10.15.03.32.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Oct 2020 03:32:25 -0700 (PDT) Message-ID: <878040c86a8ef9c1a9748a6d860c3b3c1ed4f2ae.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Cc: david.marchand@redhat.com, arybchenko@solarflare.com, ferruh.yigit@intel.com, thomas@monjalon.net, stable@dpdk.org Date: Thu, 15 Oct 2020 11:32:24 +0100 In-Reply-To: <20201014141304.632120-2-bruce.richardson@intel.com> References: <20200916164429.244847-1-bruce.richardson@intel.com> <20201014141304.632120-1-bruce.richardson@intel.com> <20201014141304.632120-2-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/7] app: fix missing dependencies 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" On Wed, 2020-10-14 at 15:12 +0100, Bruce Richardson wrote: > A number of lib and driver dependencies for various apps were missed on > build because the proper macro names for their use were mismatched betwee= n > meson and make build systems. Before adding in equivalent compatibility > macros we need to ensure to add the proper dependencies to ensure a valid > build. >=20 > Fixes: 16ade738fd0d ("app/testpmd: build with meson") > Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") > Fixes: 996ef1176111 ("app: add all remaining apps to meson build") > Cc: stable@dpdk.org >=20 > Signed-off-by: Bruce Richardson > --- > app/test-crypto-perf/meson.build | 3 +++ > app/test-pmd/meson.build | 12 ++++++++++++ > 2 files changed, 15 insertions(+) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi