From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 6E803A052F;
	Wed, 29 Jan 2020 18:26:45 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 903FC1C030;
	Wed, 29 Jan 2020 18:26:43 +0100 (CET)
Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com
 [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 62EAD1BFFC
 for <dev@dpdk.org>; Wed, 29 Jan 2020 18:26:42 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1580318801;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=+QX0YRH7qp6dd1qyUl32BtThQClgNHDxYPfn7+t1rHA=;
 b=JbONTY409I41mQOd415OWRgAVWrwywIq3/xpZ0etRCk+h7jcwxgYRp8nZjeDY3I5JIoHHa
 6U3NXFH1ugKl6N2RltaVPFK62jxs+3TxHjLSYcf92QFSjI/p51Ru2SD6VVPjVqwGYVVhRT
 U2eNn5PRDm604VfzmqwgfqOejEqF9i0=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-161-4Aqy3pEIO-S4XXTNsFn9aA-1; Wed, 29 Jan 2020 12:26:37 -0500
Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com
 [10.5.11.11])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 15D6297314;
 Wed, 29 Jan 2020 17:26:35 +0000 (UTC)
Received: from dmarchan.remote.csb (ovpn-204-128.brq.redhat.com
 [10.40.204.128])
 by smtp.corp.redhat.com (Postfix) with ESMTP id A9BF488821;
 Wed, 29 Jan 2020 17:26:31 +0000 (UTC)
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, bruce.richardson@intel.com, kevin.laatz@intel.com,
 aconole@redhat.com, nhorman@tuxdriver.com, akhil.goyal@nxp.com,
 anoobj@marvell.com, stable@dpdk.org, Yipeng Wang <yipeng1.wang@intel.com>,
 Sameh Gobriel <sameh.gobriel@intel.com>,
 Harry van Haaren <harry.van.haaren@intel.com>,
 Luca Boccassi <luca.boccassi@gmail.com>,
 Keith Wiles <keith.wiles@intel.com>
Date: Wed, 29 Jan 2020 18:26:18 +0100
Message-Id: <20200129172621.28565-2-david.marchand@redhat.com>
In-Reply-To: <20200129172621.28565-1-david.marchand@redhat.com>
References: <20191220152058.10739-1-david.marchand@redhat.com>
 <20200129172621.28565-1-david.marchand@redhat.com>
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11
X-MC-Unique: 4Aqy3pEIO-S4XXTNsFn9aA-1
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Subject: [dpdk-dev] [PATCH v2 1/4] hash: fix meson headers packaging
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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>
---
 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
=20
-headers =3D files('rte_cmp_arm64.h',
-=09'rte_cmp_x86.h',
-=09'rte_crc_arm64.h',
-=09'rte_cuckoo_hash.h',
+headers =3D files('rte_crc_arm64.h',
 =09'rte_fbk_hash.h',
 =09'rte_hash_crc.h',
 =09'rte_hash.h',
--=20
2.23.0