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

Ferruh Yigit ferruh.yigit at intel.com
Fri Apr 27 11:19:24 CEST 2018


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 at intel.com

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

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',
-- 
2.14.3



More information about the dev mailing list