diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-07-14 15:33:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 13:48:54 +0100 |
commit | ad02f253f08a3da3fa5c86ae4f6ba7f94b070578 (patch) | |
tree | 853ff3eb56c33f3933d2dcca885709b40e4bdd44 /meta-selftest | |
parent | 522ac21831944b06fbcc372ac61762576d792c22 (diff) | |
download | openembedded-core-ad02f253f08a3da3fa5c86ae4f6ba7f94b070578.tar.gz openembedded-core-ad02f253f08a3da3fa5c86ae4f6ba7f94b070578.tar.bz2 openembedded-core-ad02f253f08a3da3fa5c86ae4f6ba7f94b070578.zip |
wic: isoimage-isohybrid: check result of glob()
isoimage-isohybrid plugin uses result of glob call to
get path to initrd image. When glob returns empty list
the plugin crashes with IndexError.
Checking if result of glob call is not empty should fix
the breakage.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions