diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-10 14:55:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-23 19:48:04 +0100 |
commit | 17b21107213a869b2d70fcef179614668118a0bb (patch) | |
tree | 4e2b9ba21fd057ab4f985ed66ae8107a63d1c730 | |
parent | 542eec1b1cd251307089ab0d25032793f33c6556 (diff) | |
download | poky-17b21107213a869b2d70fcef179614668118a0bb.tar.gz |
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.
(From OE-Core rev: 79135df956b536d3be1ca86d28d5c77d59c672c4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
11 | 11 | ||
12 | DEPENDS += "git-replacement-native" | 12 | DEPENDS += "git-replacement-native" |
13 | 13 | ||
14 | SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db" | 14 | SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2" |
15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
16 | 16 | ||
17 | inherit native | 17 | inherit native |