mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02: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: 79135df956b536d3be1ca86d28d5c77d59c672c4) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
542eec1b1c
commit
17b2110721
|
@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
|
|||
|
||||
DEPENDS += "git-replacement-native"
|
||||
|
||||
SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db"
|
||||
SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2"
|
||||
PV = "0.3+git"
|
||||
|
||||
inherit native
|
||||
|
|
Loading…
Reference in New Issue
Block a user