summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/devtool/standard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index c5b32d81db..1e99413365 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -657,8 +657,8 @@ def update_recipe(args, config, basepath, workspace):
657 for newpatch in newpatches: 657 for newpatch in newpatches:
658 if seqpatch_re.search(newpatch) and patchfile[5:] == newpatch[5:]: 658 if seqpatch_re.search(newpatch) and patchfile[5:] == newpatch[5:]:
659 break 659 break
660 else: 660 else:
661 removepatches.append(patch) 661 removepatches.append(patch)
662 elif patchfile not in newpatches: 662 elif patchfile not in newpatches:
663 removepatches.append(patch) 663 removepatches.append(patch)
664 finally: 664 finally: