]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer-hook-default.sh: beware of embedded patches
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 13 Mar 2015 11:57:16 +0000 (12:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:10 +0000 (11:03 +0000)
commit2737bd1c3f7c51dd6509a0f91337f695f9c69165
tree0273f943e34c77628cebea4fc3a767fdd6b31c85
parent03be3d350425783a5938a7e4c0b858cda634b71d
combo-layer-hook-default.sh: beware of embedded patches

Patching the subject line must be limited to the subject of
the main patch itself. In particular, git formatted patches embedded in the patch must not be changed.

Achieved by limiting the replacement to the lines until the first
subject in the patch, just as it is done for modifying the first
Signed-off-by.

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