]> code.ossystems Code Review - openembedded-core.git/commit
classes/buildhistory: handle packaged files with names containing spaces
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 11 Jul 2018 14:56:50 +0000 (16:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2018 09:09:29 +0000 (10:09 +0100)
commit801b705957dc683030d11393f43407d0b3506b6a
treecf5d9eb196e56d44e417d31c1640505fbc80ab58
parent8658b3677b9f7cb70806061c41570c709086ef05
classes/buildhistory: handle packaged files with names containing spaces

The FILELIST field of the package info file in the buildhistory
repository is a space-separated list of all of the files in the package.
If a name of a file packaged by a recipe contains a space character then
of course the result was that we didn't handle its name properly. To fix
that, use quotes around any filename containing spaces and at the other
end use these quotes to extract the proper entries.

Fixes [YOCTO #12742].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/buildhistory.bbclass
meta/lib/oe/buildhistory_analysis.py