]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
kern-tools: make patches with shell-unsafe characters valid
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 19 Oct 2016 01:08:18 +0000 (21:08 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Oct 2016 16:51:19 +0000 (17:51 +0100)
commita8a481741e5038a536370f861d8fc2f46ef53f24
tree01da45e1647b14f45985e6c1dd776a288e02332a
parenta32f8ce57b316e45434d067b4d6aa2bb966a695f
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.

(From OE-Core rev: 727afe9e6fb9ef4a24a36cc907ebb6336d12184e)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb