From a3c96e04c7d9ad1a015e227fa376e9066c6552a9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 6 Sep 2018 12:24:24 +0800 Subject: dpdk-dev-libibverbs: remove The upstream repo has been taken down and the role of libibverbs has been taken over by rdma-core instead [1][2]. [1] https://www.openfabrics.org/downloads/verbs/README.html [2] https://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git/tree/README Signed-off-by: Anuj Mittal --- .../dpdk-dev-libibverbs/files/init_c.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-extended/dpdk-dev-libibverbs/files/init_c.patch (limited to 'recipes-extended/dpdk-dev-libibverbs/files/init_c.patch') diff --git a/recipes-extended/dpdk-dev-libibverbs/files/init_c.patch b/recipes-extended/dpdk-dev-libibverbs/files/init_c.patch deleted file mode 100644 index a7708d7..0000000 --- a/recipes-extended/dpdk-dev-libibverbs/files/init_c.patch +++ /dev/null @@ -1,23 +0,0 @@ -dpdk-dev-libibverbs: suppress gcc7 warnings - -We know that format-truncation in init.c is okay. - -Upstream-Status: Pending - -Signed-off-by: Joe Slater - - ---- a/src/init.c -+++ b/src/init.c -@@ -31,6 +31,11 @@ - * SOFTWARE. - */ - -+/* For this file we know we can ignore this warning. */ -+#if __GNUC__ > 6 -+#pragma GCC diagnostic ignored "-Wformat-truncation" -+#endif -+ - #if HAVE_CONFIG_H - # include - #endif /* HAVE_CONFIG_H */ -- cgit v1.2.3-54-g00ecf