[oe-commits] [openembedded-core] 05/05: kconf_check: tweak CONFIG_ regex

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 16:36:02 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 461a2f54751ca18e17f897b10d6c3c47dab1733a
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Wed Aug 14 11:31:33 2019 -0400

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c8e736a..8ca7193 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435
 
 DEPENDS = "git-native"
 
-SRCREV = "7604d2d1a49d88e38d5b5854209dc1435b790893"
+SRCREV = "bb6df0ef2365689cd3df6f76a8838cddae0d9343"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list