summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-10-11 11:49:33 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:51 +0000
commit41d09ca6f0b639fd8ba0f1c5c7d7406bcb92a8fe (patch)
tree31e16804ce3a34c310b7991c7f5dfeba03fefe9f /meta/recipes-kernel/kern-tools
parent23216772899709c840130d46a9700d0ba5e76793 (diff)
downloadast2050-yocto-poky-41d09ca6f0b639fd8ba0f1c5c7d7406bcb92a8fe.zip
ast2050-yocto-poky-41d09ca6f0b639fd8ba0f1c5c7d7406bcb92a8fe.tar.gz
kern-tools: kconf_check: fix find warning
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] (From OE-Core rev: 5999ccebc7b071737f82709467e2a2ec152240f6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
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 1381fd1..ce94885 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=d8d1d729a70c
DEPENDS = "git-native guilt-native"
-SRCREV = "a04138a02644eada0d012196e5ac3db4f516114d"
+SRCREV = "a802ee9c8d9334c0f7932dfd40d45599addb7c90"
PR = "r12"
PV = "0.1+git${SRCPV}"
OpenPOWER on IntegriCloud