]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: refresh and make dash compliant
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 13 May 2013 04:06:14 +0000 (21:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 21:05:07 +0000 (00:05 +0300)
The separately packaged merge_config.sh in the kern-tools package was
missing upstream fixes, and in particular a change that ensures it is
dash compatible.

By grabbing that upstream commit and rebasing the existing patches on
top of the new baseline, we are up to date and working on systems
where /bin/sh is dash.

[YOCTO #4473]

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

index 6620c4b0c12ebfd687c62f33ab7f5e3171a363c6..a86dda3b0925b5b0df2aa7c7adbcb9b90ae9c34d 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 = "9713c9ef7f6e178a0a2a5f2a9c74e3c123ae48dd"
+SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79"
 PR = "r12"
 PV = "0.1+git${SRCPV}"