Signed-off-by: Markus Lehtonen <[email protected]>
---
scripts/lib/devtool/standard.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index c5b32d8..1e99413 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -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:
--
2.1.4
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core