From 185b515d0e86b326b32d2784efe008efcf7308d4 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 24 Apr 2025 23:12:15 +0200 Subject: [PATCH] package/dpdk: fixup Config.in comment about dependencies The Config.in comment in the dpdk package was wrong for a number of reasons: - It didn't mention the glibc dependency - It didn't mention the gcc >= 4.9 dependency - It mentioned a wchar dependency that isn't listed in the dpdk dependencies - It mentioned a dynamic library dependency that isn't listed in the dpdk dependencies - It used "kernel headers >= 4.19", while for brievity we use "headers >= 4.19" everywhere in Buildroot - Minor nit: DPDK was written allcaps, while we write package names lower-case in Buildroot Fixes: d17d1b6bde95d46376c4fe93e8ca1a1f9da6c179 ("package/dpdk: add 24.07") Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain (cherry picked from commit 0e0b65781b28b168c000ce0df200cbe980433559) Signed-off-by: Thomas Perale --- package/dpdk/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dpdk/Config.in b/package/dpdk/Config.in index 328129ea65..7d4a002002 100644 --- a/package/dpdk/Config.in +++ b/package/dpdk/Config.in @@ -45,7 +45,7 @@ config BR2_PACKAGE_DPDK_TESTS endif -comment "DPDK needs a toolchain w/ dynamic library, threads, wchar, kernel headers >= 4.19" +comment "dpdk needs a glibc toolchain w/ threads, gcc >= 4.9, headers >= 4.19" depends on BR2_USE_MMU # pthread() memory mappings depends on BR2_PACKAGE_DPDK_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS || \