tizen-distro: be more careful when importing patches
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 15:05:46 +0000 (07:05 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:10:33 +0000 (08:10 -0800)
commit88c721f1dee7aec217674fd707366dadb1c0f033
treea57887a9cd0960b572241cbad1fb2cd775e788e7
parent65d30da9697f8897cc75a6b343d4e34d51334999
tizen-distro: be more careful when importing patches

The combo-layer hooks for bitbake and meta-tizen patch the Subject
line of patches. This change must be limited to the Subject of
the main patch itself, in particular patches embedded in the patch
must not be changed.

Achieved by limiting the replacement to the lines until the first
Subject in the patch.

Found when importing meta-tizen and diffing against a direct copy
of the final revision.
conf/combo-layerhook-bitbake.sh
conf/combo-layerhook-meta-tizen.sh