From: Bruce Ashfield Date: Mon, 17 Dec 2018 03:38:28 +0000 (-0500) Subject: kern-tools: tools/kconf_check: modify grep pattern X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b476d1cddefb9468c41a4c1c08b4fae66d03b52f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kern-tools: tools/kconf_check: modify grep pattern Integrating the following kern tools patch: The cmd line, , 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 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- 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 b353c21dfba..5c1d7f691fb 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}"