summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/filemap.py
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2017-03-07 14:41:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-10 10:15:45 +0000
commit46b5814bcdc0e7e3cb293e877e2aa949baf5fef8 (patch)
tree69d89c7d651b25abceeabe38e36faab923f57f4f /scripts/lib/wic/filemap.py
parent860c941741ca57bdc6fdbb67ea3ad94bb8d08c16 (diff)
downloadopenembedded-core-contrib-46b5814bcdc0e7e3cb293e877e2aa949baf5fef8.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() Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/filemap.py')
0 files changed, 0 insertions, 0 deletions