| Submitter | Bruce Ashfield |
|---|---|
| Date | Nov. 14, 2012, 3:03 p.m. |
| Message ID | <73ffb7ffc36963f9ab6d15e80ac9962cf8280c94.1352840087.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/39061/ |
| State | Accepted |
| Commit | 5999ccebc7b071737f82709467e2a2ec152240f6 |
| Headers | show |
Comments
Patch
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}"
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)