diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-07-08 18:38:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 16:09:58 +0100 |
commit | c4a539c8c85b16237a865d31549748a398de62d3 (patch) | |
tree | acf1225dead90248844175ddee7c723ac8719e38 /meta-yocto-bsp/recipes-graphics | |
parent | 845df01345e166b9f9921514cea3a4f1274023a1 (diff) | |
download | poky-c4a539c8c85b16237a865d31549748a398de62d3.tar.gz |
populate-extfs.sh: fix to handle special file names correctly
`debugfs' treats spaces and "" specially. So when we are dealing with
file names, great care should be taken to make sure that `debugfs'
recognizes file names correctly.
The basic solution here is:
1. Use quotation marks to handle spaces correctly.
2. Replace "xxx" with ""xxx"" so that debugfs knows that the quotation
marks are parts of the file name.
[YOCTO #6503]
(From OE-Core rev: 24f17607e996c499c8f86eda0588d02af1e960b9)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-graphics')
0 files changed, 0 insertions, 0 deletions