diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-05-29 13:00:02 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-06-05 07:04:41 +0800 |
commit | eda9e18bdfa41539bbbd7ca17ab62b589670e2a0 (patch) | |
tree | 3fb6ff3651d11ab33a9caa942efa5f41e5319500 /recipes-extended/dpdk/dpdk_23.11.1.bb | |
parent | 63c8031c95112d66d2be7c81c446d5f8b32ad984 (diff) | |
download | meta-dpdk-master.tar.gz |
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.bb | 3 |
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 | ||
3 | SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch \ | 3 | SRC_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 | ||
7 | STABLE = "-stable" | 8 | STABLE = "-stable" |
8 | BRANCH = "23.11" | 9 | BRANCH = "23.11" |