]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kern-tools: update SRCREV to pickup git operation fixes
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 21 Dec 2011 18:58:02 +0000 (13:58 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jan 2012 04:26:06 +0000 (20:26 -0800)
Updating the kern-tools SRCREV to pickup the following commit:

[
    kgit-meta: add error checking and autoconfiguration to git commands

    When git commands are embedded into feature descriptions, they can
    fail for a variety of reasons. The current meta series processing does
    not trap errors, and will continue to process potentially failing
    commands. All git commands are now checked for their return code, and
    in case of error, the error code is passed up via early exit.

    A second common git issue is on a new machine that has not been
    configured with a username/email for commits. This is now detected
    by checking for a global user.name. If one is not found, a local
    user name of "Auto Configured" and email of "auto.configured" is
    created to allow git operations to succeed.
]

Fixes [YOCTO #1838]

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

index fb66211e7da6796a4b3427e0afec75b29fb36c6c..6bb9c85a228b579583c9b421a0efafd9191260c2 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8
 
 DEPENDS = "git-native guilt-native"
 
-SRCREV = "eb3ed64cea80d23ffb28dfeaeb02cdfe3fb29340"
+SRCREV = "806f1452eeced0bbd05433456ac0d6786d5362dc"
 PR = r12
 PV = "0.1+git${SRCPV}"