mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
devtool: fix wrong indentation
(From OE-Core rev: 551638c44215a35238f22aba575d571572046cd0) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a98387e29
commit
6e039bf7c0
@@ -657,8 +657,8 @@ def update_recipe(args, config, basepath, workspace):
|
||||
for newpatch in newpatches:
|
||||
if seqpatch_re.search(newpatch) and patchfile[5:] == newpatch[5:]:
|
||||
break
|
||||
else:
|
||||
removepatches.append(patch)
|
||||
else:
|
||||
removepatches.append(patch)
|
||||
elif patchfile not in newpatches:
|
||||
removepatches.append(patch)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user