hash: fix meson headers packaging
authorDavid Marchand <david.marchand@redhat.com>
Sun, 2 Feb 2020 21:08:32 +0000 (22:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Feb 2020 14:14:46 +0000 (15:14 +0100)
Those headers are internal and should not be distributed.

Fixes: 5b9656b157d3 ("lib: build with meson")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
lib/librte_hash/meson.build

index 5d02b30..bce11ad 100644 (file)
@@ -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',