[oe-commits] [openembedded-core] 16/28: kern-tools: tools/kconf_check: modify grep pattern

git at git.openembedded.org git at git.openembedded.org
Tue Dec 18 16:20:50 UTC 2018


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

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

commit b476d1cddefb9468c41a4c1c08b4fae66d03b52f
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Sun Dec 16 22:38:28 2018 -0500

    kern-tools: tools/kconf_check: modify grep pattern
    
    Integrating the following kern tools patch:
    
        The cmd line, <grep '^[  ]*\(menu\)*config '>, can't
        match all expect config options.
    
        This is because that it is not always a single space after 'config'
        in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in
        net/netfilter/ipvs/Kconfig
    
        So we should change the cmd to grep '^[  ]*\(menu\)*config\s'.
    
        Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.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 b353c21..5c1d7f6 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=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "d6529f86fc5bcb3514953ff9fa2f51a3fbf03a0f"
+SRCREV = "af1a779f662c81da521e4d602f3c6446547d12a2"
 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