diff options
| -rw-r--r-- | meta/lib/oe/patch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 2b1eee1003..fa92abe248 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py | |||
| @@ -416,7 +416,7 @@ class GitApplyTree(PatchTree): | |||
| 416 | date = newdate | 416 | date = newdate |
| 417 | if not subject: | 417 | if not subject: |
| 418 | subject = newsubject | 418 | subject = newsubject |
| 419 | if subject and outlines and not outlines[0].strip() == subject: | 419 | if subject and not (outlines and outlines[0].strip() == subject): |
| 420 | outlines.insert(0, '%s\n\n' % subject.strip()) | 420 | outlines.insert(0, '%s\n\n' % subject.strip()) |
| 421 | 421 | ||
| 422 | # Write out commit message to a file | 422 | # Write out commit message to a file |
