split-files: fix check for empty package
[skip changelog]
This commit is contained in:
parent
f37ad39430
commit
a3dfa110ec
1 changed files with 1 additions and 1 deletions
|
|
@ -254,6 +254,6 @@ for file in files(buildroot):
|
|||
if [print(f'ERROR: no file names were written to {o.name}')
|
||||
for name, o in outputs.items()
|
||||
if (o.tell() == 0 and
|
||||
not (no_bootloader and name in ('ukify', 'boot-unsigned')))
|
||||
not (no_bootloader and name in ('ukify', 'boot')))
|
||||
]:
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue