[oe-commits] Bruce Ashfield : kern-tools: refresh and make dash compliant

git at git.openembedded.org git at git.openembedded.org
Wed May 22 16:08:56 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: f24b4c3daeba43b352977fcdb807f1ed45c1c694
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f24b4c3daeba43b352977fcdb807f1ed45c1c694

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Sun May 12 21:06:14 2013 -0700

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]

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 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 6620c4b..a86dda3 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 = "9713c9ef7f6e178a0a2a5f2a9c74e3c123ae48dd"
+SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79"
 PR = "r12"
 PV = "0.1+git${SRCPV}"
 



More information about the Openembedded-commits mailing list