summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_23.11.1.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-05-29 13:00:02 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-06-05 07:04:41 +0800
commiteda9e18bdfa41539bbbd7ca17ab62b589670e2a0 (patch)
tree3fb6ff3651d11ab33a9caa942efa5f41e5319500 /recipes-extended/dpdk/dpdk_23.11.1.bb
parent63c8031c95112d66d2be7c81c446d5f8b32ad984 (diff)
downloadmeta-dpdk-master.tar.gz
dpdk: fix lib32-dpdk compile failureHEADmaster
Fix the following compile error: "../git/lib/ethdev/ethdev_trace.h: In function 'rte_eth_trace_timesync_write_time': ../git/lib/eal/include/rte_common.h:498:55: error: size of unnamed array is negative 498 | #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))" Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_23.11.1.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_23.11.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_23.11.1.bb b/recipes-extended/dpdk/dpdk_23.11.1.bb
index b505d55..c2d6a97 100644
--- a/recipes-extended/dpdk/dpdk_23.11.1.bb
+++ b/recipes-extended/dpdk/dpdk_23.11.1.bb
@@ -2,7 +2,8 @@ include dpdk.inc
2 2
3SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch \ 3SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch \
4 file://0001-net-ionic-fix-build-with-Fedora.patch \ 4 file://0001-net-ionic-fix-build-with-Fedora.patch \
5 file://0001-net-gve-base-fix-build-with-Fedora.patch" 5 file://0001-net-gve-base-fix-build-with-Fedora.patch \
6 file://0001-Add-new-tracepoint-function-for-type-time_t.patch"
6 7
7STABLE = "-stable" 8STABLE = "-stable"
8BRANCH = "23.11" 9BRANCH = "23.11"