]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kern-tools: allow comments after configuration options
authorBruce Ashfield <bruce.ashfield@gmail.com>
Thu, 10 Apr 2025 18:55:38 +0000 (14:55 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Apr 2025 18:47:33 +0000 (19:47 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index 9f30be01ffcabab71b18d8b3f76d0de74b76a2fa..6dd19f1f0953d9516a290844967ab34376f4fa0d 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
 
 DEPENDS += "git-replacement-native"
 
-SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db"
+SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2"
 PV = "0.3+git"
 
 inherit native