mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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: ccfdd07adbfda1e3892a54706c610cdeab83237b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e98034c91
commit
9a1189c025
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
|
||||
|
||||
DEPENDS += "git-replacement-native"
|
||||
|
||||
SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db"
|
||||
SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2"
|
||||
PV = "0.3+git"
|
||||
|
||||
inherit native
|
||||
|
||||
Reference in New Issue
Block a user