[oe-commits] [openembedded-core] 02/06: kern-tools: make patches with shell-unsafe characters valid

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 12:29:18 UTC 2016


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

commit b9096acbe09626c45292562a9a61fdcca7fc1d8d
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Tue Oct 18 21:08:18 2016 -0400

    kern-tools: make patches with shell-unsafe characters valid
    
    If a patch contains characters like ; or (), it can cause processing
    errors in the patch queue.
    
    We had previously fixed this issue by renaming the patches to not
    include invalid characters, but with this change to the kern tools
    that ensures patch names are wrapped in quotes, we avoid shell
    processing and hence they are valid.
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 6877a0c..d8041dd 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 = "4b5de9011b31ff92ba2b6e052ab818b09affd905"
+SRCREV = "9a3995ee8daabf37e92e1b51b133cf8582d85809"
 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