[oe-commits] [openembedded-core] 02/50: kern-tools: avoid syntax errors when inheriting meta data

git at git.openembedded.org git at git.openembedded.org
Sun Jun 11 22:07:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ac631adc06e00061d007145b4f94d9f0d39ae03c
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Thu Jun 8 15:21:52 2017 -0400

    kern-tools: avoid syntax errors when inheriting meta data
    
    It is possible to inherit meta data for either patches + config
    or for just config.
    
    It is possible that the patch queue contains invalid (when
    sourced) shell characters in the patch names, which throws a
    syntax error and aborts processing.
    
    The patch + config case was fixed some time ago, but we recently
    stumbled onto the config-only case which was still not properly
    quoted and hence safe.
    
    This commit brings the config-only inherit in line with the
    patch + config processing and we won't abort processing if
    characters like () are in patch names.
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5e65469..2217a31 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=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "bd7447cd6274d764a129dcdc246cdbfd8c47b991"
+SRCREV = "9cd2b626d652bec10c6bc75275b35bfee74d447c"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list