]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: fix file_exclude for empty commits
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 27 Mar 2015 13:53:12 +0000 (14:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Mar 2015 22:07:19 +0000 (23:07 +0100)
commit3e310b8cd603539a2de115b2b73e1db35403b426
tree69a1c80384d6c717d43484d3f6f1068898fd0d20
parent8ea63c6c920c39e5a4ba176223fe472f92e2632a
combo-layer: fix file_exclude for empty commits

The code detecting empty patches after removing files with
file_exclude failed for commits which were already empty before (like
the initial commit in some repos): such patches are completely empty
files, without a From line.

Detect that case and just let the normal empty patch detection deal
with it.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer