diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-08 15:21:52 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:08:31 +0100 |
commit | 2cfe5a51a1527ba12e8fe1fd4cc16d4e2dc54b27 (patch) | |
tree | e328a4e926cbc879865c66ae8abd0448ae41a488 /meta/recipes-core/fts | |
parent | 9b8fc32c55ec3f6a795cc3b58451fa5a0b2ede5d (diff) | |
download | poky-2cfe5a51a1527ba12e8fe1fd4cc16d4e2dc54b27.tar.gz |
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.
(From OE-Core rev: ce7044be10597d53725e6917a2949f3ab3de0c96)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/fts')
0 files changed, 0 insertions, 0 deletions