diff mbox series

[3/4] kern-tools: allow comments after configuration options

Message ID f78f402c3f8fc1a0007b92051e2448ea19c3288e.1744311165.git.bruce.ashfield@gmail.com
State Accepted, archived
Commit ccfdd07adbfda1e3892a54706c610cdeab83237b
Headers show
Series [1/4] mips: Add '-std=gnu11' to vdso CFLAGS | expand

Commit Message

Bruce Ashfield April 10, 2025, 6:55 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping the kern-tools SRCREV to allow comments after configuration
options.

Without this update of the regex, symbol_why will incorrectly detect
that options are not in the final .config during audit.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 9f30be01ff..6dd19f1f09 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "\
 
 DEPENDS += "git-replacement-native"
 
-SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db"
+SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2"
 PV = "0.3+git"
 
 inherit native