From: Bruce Ashfield Date: Thu, 10 Apr 2025 18:55:38 +0000 (-0400) Subject: kern-tools: allow comments after configuration options X-Git-Tag: uninative-4.8~783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfdd07adbfda1e3892a54706c610cdeab83237b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kern-tools: allow comments after configuration options 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 Signed-off-by: Richard Purdie --- 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 9f30be01ffc..6dd19f1f095 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