]> 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>
Tue, 31 Mar 2015 21:21:44 +0000 (22:21 +0100)
commit6fd7f40728ebf57dfbc367dedeaf350b8d69784c
tree00a1ec2851b6043220c262c015f78f1db4a5db0a
parent6c93520b5aaceefecccd83dc77e8ad7681d312c6
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