]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: error if features are not found
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 12 May 2011 19:29:01 +0000 (15:29 -0400)
committerSaul Wold <sgw@linux.intel.com>
Fri, 13 May 2011 05:04:18 +0000 (22:04 -0700)
Fixes bug: [YOCTO #955]

Updating the SRCREV to pickup the kern-tools change:

[
    updateme: error if features are not found

    Rather than silently dropping addon features, we emit a warning
    and then exit with a failure code. The caller can then abort a
    build and not simply miss features.

    Passing --no-strict to the script disables this new functionality
    if for some reason a feature description is missing on purpose.
]

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

index c808e175f01d51c86a1a559d4fa066813255a7db..829d105d2c72be564c9dd4528cae56e2e9cce294 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 = "ab49d8e48b7e66d1b4f924385d65d062d25e44f7"
+SRCREV = "ecbdf3cdf6705a63dcb3c50bb24c311046f0b35c"
 PR = r10
 PV = "0.1+git${SRCPV}"