diff options
author | Daniel Schultz <d.schultz@phytec.de> | 2017-03-07 14:41:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:07:32 +0100 |
commit | b5fe7ef2ed936a53ed8fed95238775170a8ae7f3 (patch) | |
tree | 5662a2c6da2511de76cb8dd8343423d89ca75194 /LICENSE | |
parent | 561ff936f1d8ba50b728d14636f41f5a13e525e7 (diff) | |
download | poky-b5fe7ef2ed936a53ed8fed95238775170a8ae7f3.tar.gz |
wic: plugins: rawcopy: Fixed wrong variable type
Without the int() function this variable will be a string. This will led
to a error in Filemap on line 545 due wrong types.
> [...]
> File
> ".../poky/scripts/lib/wic/filemap.py", line 545, in sparse_copy
> if start < skip < end:
> TypeError: unorderable types: int() < str()
(From OE-Core rev: 5b9bcfef9086c19a4577d36729b7b339f959d5c4)
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 46b5814bcdc0e7e3cb293e877e2aa949baf5fef8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions