]> code.ossystems Code Review - openembedded-core.git/commit
kconf_check: tweak CONFIG_ regex
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 14 Aug 2019 15:31:33 +0000 (11:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Aug 2019 16:34:09 +0000 (17:34 +0100)
commit461a2f54751ca18e17f897b10d6c3c47dab1733a
tree0ddbf0db92c8de18dbea573d751782c224931fab
parent3063d64984e993d3e7dc2f4c80fb74005f5d6d7e
kconf_check: tweak CONFIG_ regex

As reported in https://bugzilla.yoctoproject.org/show_bug.cgi?id=12563,
the regex that matches valid CONFIG_ options was missing some of the
ones in net/netfilter/ipvs/Kconfig, and hence triggering invalid
option warnings.

By dropping the trailing space on the regex, we'll cover all the cases
for valid option.

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