]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: kconf_check: fix find warning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 11 Oct 2012 15:49:33 +0000 (11:49 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 16:44:53 +0000 (16:44 +0000)
Bumping the kern-tools SRCREV to pickup the following change:

[
    kconf_check: fix find warning

    When searching for all available Kconfig files, kconf_check was using
    $meta_dir instead of $META_DIR. This resulted in a truncated path and
    the following warning:

      find: warning: -path $oe-path/linux/ will not match anything because it ends with /.

    Using the proper variable removes the warning and make sure that we
    do actually search all relevant directories.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
]

[YOCTO #3226]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index 1381fd1736d102a07fc5a8d4a29d104d3024d6b4..ce94885fba48c396b46c10f68154708d499c77e5 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native guilt-native"
 
-SRCREV = "a04138a02644eada0d012196e5ac3db4f516114d"
+SRCREV = "a802ee9c8d9334c0f7932dfd40d45599addb7c90"
 PR = "r12"
 PV = "0.1+git${SRCPV}"