summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_19.11.5.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-06-10 15:00:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-06-10 16:24:12 +0800
commite73b8ba6a6ea6e987a3a67456b6951c717633396 (patch)
tree87e82fe398672816ed7a95d42ee31839283489cc /recipes-extended/dpdk/dpdk_19.11.5.bb
parentc011004a49ffb1304f376f0fdc65066913102d5f (diff)
downloadmeta-dpdk-e73b8ba6a6ea6e987a3a67456b6951c717633396.tar.gz
dpdk: fix build with GCC 11
Fixes: | In function 'memset', | inlined from 'test_table_stub' at test_table_tables.c:151:4: | /buildarea/tmp/work/intel_x86_64-wrs-linux/dpdk/19.11.5-r0/recipe-sysroot/usr/include/bits/string_fortified.h:59:10: error: '__builtin_memset' offset [0, 31] is out of the bounds [0, 0] [-Werror=array-bounds] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_19.11.5.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_19.11.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_19.11.5.bb b/recipes-extended/dpdk/dpdk_19.11.5.bb
index 8410c8a..2ae9b43 100644
--- a/recipes-extended/dpdk/dpdk_19.11.5.bb
+++ b/recipes-extended/dpdk/dpdk_19.11.5.bb
@@ -4,7 +4,8 @@ SRC_URI += " \
4 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 4 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
5 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ 5 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
6 file://0001-Starting-from-Linux-5.9-get_user_pages_remote-API-do.patch \ 6 file://0001-Starting-from-Linux-5.9-get_user_pages_remote-API-do.patch \
7 file://usertools-devbind-fix-binding-for-built-in-kernel-dr.patch" 7 file://usertools-devbind-fix-binding-for-built-in-kernel-dr.patch \
8 file://0001-test-table-fix-build-with-GCC-11.patch"
8 9
9 10
10STABLE = "-stable" 11STABLE = "-stable"