diff options
author | Kristian Amlie <kristian.amlie@mender.io> | 2017-03-09 15:37:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:08:49 +0000 |
commit | f1a3eac376c4600cdb128d870ad9b7e9d51ed9c0 (patch) | |
tree | 5e1b14f54a0194579de91f6e62e5cfd6116848e3 /meta/recipes-devtools/help2man | |
parent | 12aa82b8b07b03d20e63479469faca6562c78a05 (diff) | |
download | openembedded-core-f1a3eac376c4600cdb128d870ad9b7e9d51ed9c0.tar.gz openembedded-core-f1a3eac376c4600cdb128d870ad9b7e9d51ed9c0.tar.bz2 openembedded-core-f1a3eac376c4600cdb128d870ad9b7e9d51ed9c0.zip |
wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.
If we are both having a bootloader and a U-Boot environment file, we
can end up with two entries using "--source rawcopy" and "--no-table",
and since they reuse the same file [1], their cleanup handlers will
try to delete the same file twice. So make sure we only do it once.
[1] Although they reuse the same file, the resulting output is
correct, so it appears the file is accessed in properly sequential
order.
Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/help2man')
0 files changed, 0 insertions, 0 deletions