summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2025-05-26 11:20:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-05-26 16:48:00 +0800
commit9129b4e08c026b6f3047b88b5b85fc4374198159 (patch)
tree7775b60c457705a662f8bd25dcd2a10a134594d2
parent59a2755d76816591a13f8cde4bf68d00f5799175 (diff)
downloadmeta-dpdk-9129b4e08c026b6f3047b88b5b85fc4374198159.tar.gz
dpdk-module : add whitespace around assignments to fix build warnings
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk-module_22.11.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_22.11.7.bb b/recipes-extended/dpdk/dpdk-module_22.11.7.bb
index e8973b1..0ad93e5 100644
--- a/recipes-extended/dpdk/dpdk-module_22.11.7.bb
+++ b/recipes-extended/dpdk/dpdk-module_22.11.7.bb
@@ -22,7 +22,7 @@ COMPATIBLE_HOST:linux-gnux32 = "null"
22export S 22export S
23export STAGING_KERNEL_DIR 23export STAGING_KERNEL_DIR
24export STAGING_INCDIR 24export STAGING_INCDIR
25export INSTALL_MOD_DIR="dpdk" 25export INSTALL_MOD_DIR = "dpdk"
26 26
27do_configure[noexec] = "1" 27do_configure[noexec] = "1"
28 28