diff options
author | Sébastien Mennetrier <smennetrier@voxtok.com> | 2015-05-20 16:48:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:45:22 +0100 |
commit | 5ed1c7f556df3fafd45d493010cc0bbe74d05ebd (patch) | |
tree | 7afa418871a5d581af7fb0f62780938ac6b9c4df /meta-selftest | |
parent | 9f1ce43fa1bdd3952ccf510cb648ebe9e0e8aac2 (diff) | |
download | openembedded-core-5ed1c7f556df3fafd45d493010cc0bbe74d05ebd.tar.gz openembedded-core-5ed1c7f556df3fafd45d493010cc0bbe74d05ebd.tar.bz2 openembedded-core-5ed1c7f556df3fafd45d493010cc0bbe74d05ebd.zip |
package_rpm.bbclass : escape "%" in files and directories name
The rpm process replace all the "%name" in the spec file by the name of
the package. So, if the package is composed of some files or directories
named "%name...", the rpm package process failed.
Replace all "%" present in files or directories names by "%%%%%%%%" to
correctly escape "%" due to the number of times that % is treated as an
escape character. Jeff Johnson says this is the Right Thing To Do.
[ YOCTO #5397 ]
Signed-off-by: Sébastien Mennetrier <smennetrier@voxtok.com>
Signed-off-by: Michaël Burtin <mburtin@voxtok.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions