[dpdk-dev] [PATCH v4 1/3] hash: fix meson headers packaging

Wang, Yipeng1 yipeng1.wang at intel.com
Wed Feb 5 20:53:01 CET 2020


>-----Original Message-----
>From: David Marchand [mailto:david.marchand at redhat.com]
>Sent: Sunday, February 2, 2020 1:09 PM
>To: dev at dpdk.org
>Cc: thomas at monjalon.net; Richardson, Bruce <bruce.richardson at intel.com>; Laatz, Kevin <kevin.laatz at intel.com>;
>aconole at redhat.com; nhorman at tuxdriver.com; akhil.goyal at nxp.com; anoobj at marvell.com; bluca at debian.org; Trahe, Fiona
><fiona.trahe at intel.com>; Yigit, Ferruh <ferruh.yigit at intel.com>; stable at dpdk.org; Wang, Yipeng1 <yipeng1.wang at intel.com>;
>Gobriel, Sameh <sameh.gobriel at intel.com>; Van Haaren, Harry <harry.van.haaren at intel.com>; Luca Boccassi
><luca.boccassi at gmail.com>; Wiles, Keith <keith.wiles at intel.com>
>Subject: [PATCH v4 1/3] hash: fix meson headers packaging
>
>Those headers are internal and should not be distributed.
>
>Fixes: 5b9656b157d3 ("lib: build with meson")
>Cc: stable at dpdk.org
>
>Signed-off-by: David Marchand <david.marchand at redhat.com>
>Acked-by: Luca Boccassi <bluca at debian.org>
>---
> lib/librte_hash/meson.build | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
>diff --git a/lib/librte_hash/meson.build b/lib/librte_hash/meson.build
>index 5d02b3084..bce11ad9e 100644
>--- a/lib/librte_hash/meson.build
>+++ b/lib/librte_hash/meson.build
>@@ -1,10 +1,7 @@
> # SPDX-License-Identifier: BSD-3-Clause
> # Copyright(c) 2017 Intel Corporation
>
>-headers = files('rte_cmp_arm64.h',
>-	'rte_cmp_x86.h',
>-	'rte_crc_arm64.h',
>-	'rte_cuckoo_hash.h',
>+headers = files('rte_crc_arm64.h',
> 	'rte_fbk_hash.h',
> 	'rte_hash_crc.h',
> 	'rte_hash.h',
>--
>2.23.0

[Wang, Yipeng]
Acked-by: Yipeng Wang <yipeng1.wang at intel.com>


More information about the dev mailing list