diff options
author | Ross Burton <ross.burton@intel.com> | 2017-04-18 16:19:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:16:44 +0100 |
commit | f5a1013ffa9815f22e13989e2bcb83f966e7ce2c (patch) | |
tree | 045bdaa7926b9509b285de01e979ade0fbae0d76 /meta/classes/fontcache.bbclass | |
parent | 2b939cd143549a3a6fc640c7c512c4ac5c246bff (diff) | |
download | openembedded-core-f5a1013ffa9815f22e13989e2bcb83f966e7ce2c.tar.gz openembedded-core-f5a1013ffa9815f22e13989e2bcb83f966e7ce2c.tar.bz2 openembedded-core-f5a1013ffa9815f22e13989e2bcb83f966e7ce2c.zip |
package_manager: don't race on a file when installing complementary packages
PackageManager.install_complementary() uses WORKDIR/installed_pkgs.txt as a
temporary file but if two tasks are executing for the same recipe which uses
this file (e.g. bitbake my-image my-image:do_populate_sdk) then it's possible
for the file to be overwritten or deleted.
Instead of using a static filename, use tempfile to generate a unique name and
ensure it is cleaned up when finished.
Also move the glob generation/expansion earlier in the function as if there are
no globs to install, we don't need to generate a package list.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
0 files changed, 0 insertions, 0 deletions