summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-12 21:06:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-22 17:14:05 +0100
commit3faa5039c8147d0bf9e352dc5ad1e9e12cf2086a (patch)
tree2ddad62276d6f0c06ccde88ecff25d9daa30c0e4 /meta
parent8721671e83fbf6f1d69ed06781b2b8e206780d35 (diff)
downloadpoky-3faa5039c8147d0bf9e352dc5ad1e9e12cf2086a.tar.gz
kern-tools: refresh and make dash compliant
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] (From OE-Core rev: f24b4c3daeba43b352977fcdb807f1ed45c1c694) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 6620c4b0c1..a86dda3b09 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
4 4
5DEPENDS = "git-native guilt-native" 5DEPENDS = "git-native guilt-native"
6 6
7SRCREV = "9713c9ef7f6e178a0a2a5f2a9c74e3c123ae48dd" 7SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79"
8PR = "r12" 8PR = "r12"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10