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:04:10 +0100 |
commit | ce7044be10597d53725e6917a2949f3ab3de0c96 (patch) | |
tree | ed4e96fb45fa2303adccab3613017a943231ca88 /README | |
parent | a0d24f69425716ffd2439b1fb9170c343eaca453 (diff) | |
download | openembedded-core-ce7044be10597d53725e6917a2949f3ab3de0c96.tar.gz openembedded-core-ce7044be10597d53725e6917a2949f3ab3de0c96.tar.bz2 openembedded-core-ce7044be10597d53725e6917a2949f3ab3de0c96.zip |
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions