]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer-hook-default.sh: handle patches without Signed-off-by
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 13 Mar 2015 12:04:08 +0000 (13:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:10 +0000 (11:03 +0000)
commit58548081b15f37452b71c135d5aa8cbbda5b1b61
tree94b6986deaa9a14fda45ed905b5e9d4792e612e0
parent2737bd1c3f7c51dd6509a0f91337f695f9c69165
combo-layer-hook-default.sh: handle patches without Signed-off-by

Inserting the "From rev" comment depended on having at least one
Signed-off-by line in the patch header. Some old repository commits in
openembedded-core and bitbake do not have those.

When inporting those, just insert at the end of the patch
header. While doing so, ensure that there's exactly one blank line
since the last non-blank line.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer-hook-default.sh