diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-09-06 12:24:24 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-09-07 11:58:45 +0800 |
commit | a3c96e04c7d9ad1a015e227fa376e9066c6552a9 (patch) | |
tree | 65f6619a11e1566f7dca07bf0d92c46ddfdc872c /recipes-extended/dpdk-dev-libibverbs/files/init_c.patch | |
parent | 9f6f79b1f56824413786c4013f9397d93e377a02 (diff) | |
download | meta-dpdk-a3c96e04c7d9ad1a015e227fa376e9066c6552a9.tar.gz |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk-dev-libibverbs/files/init_c.patch')
-rw-r--r-- | recipes-extended/dpdk-dev-libibverbs/files/init_c.patch | 23 |
1 files changed, 0 insertions, 23 deletions
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 @@ | |||
1 | dpdk-dev-libibverbs: suppress gcc7 warnings | ||
2 | |||
3 | We know that format-truncation in init.c is okay. | ||
4 | |||
5 | Upstream-Status: Pending | ||
6 | |||
7 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | ||
8 | |||
9 | |||
10 | --- a/src/init.c | ||
11 | +++ b/src/init.c | ||
12 | @@ -31,6 +31,11 @@ | ||
13 | * SOFTWARE. | ||
14 | */ | ||
15 | |||
16 | +/* For this file we know we can ignore this warning. */ | ||
17 | +#if __GNUC__ > 6 | ||
18 | +#pragma GCC diagnostic ignored "-Wformat-truncation" | ||
19 | +#endif | ||
20 | + | ||
21 | #if HAVE_CONFIG_H | ||
22 | # include <config.h> | ||
23 | #endif /* HAVE_CONFIG_H */ | ||