[dpdk-dev] ehdev: fix redundancy in meson file

Message ID 20180427091924.172648-1-ferruh.yigit@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Ferruh Yigit April 27, 2018, 9:19 a.m. UTC
  Meson "name" variable required for the case library name is not same as
the library folder, this was the case for ehtdev.
After ethdev library folder name updated this field no more required.

Fixes: b3238506199f ("ethdev: rename folder to library name")
Cc: ferruh.yigit@intel.com

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_ethdev/meson.build | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Ferruh Yigit April 27, 2018, 9:28 a.m. UTC | #1
On 4/27/2018 10:19 AM, Ferruh Yigit wrote:
> Meson "name" variable required for the case library name is not same as
> the library folder, this was the case for ehtdev.
> After ethdev library folder name updated this field no more required.
> 
> Fixes: b3238506199f ("ethdev: rename folder to library name")
> Cc: ferruh.yigit@intel.com
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Squashed into relevant commit in next-net, thanks.
  

Patch

diff --git a/lib/librte_ethdev/meson.build b/lib/librte_ethdev/meson.build
index aed5d2265..b7474d55d 100644
--- a/lib/librte_ethdev/meson.build
+++ b/lib/librte_ethdev/meson.build
@@ -1,7 +1,6 @@ 
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-name = 'ethdev'
 version = 9
 allow_experimental_apis = true
 sources = files('ethdev_profile.c',