scripts/combo-layer: fix overzealous regex in default hook script
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 23 Aug 2011 18:56:28 +0000 (19:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:32:38 +0000 (18:32 -0700)
commit3941b060ff68623e6ab3d45de44ac8b40e3ca23b
tree0e7551b7b2dd502f8e7fc8c48f9ddedf9558ea5b
parent96487670fbefbc7a460742c60f8fcfbdd5ee6541
scripts/combo-layer: fix overzealous regex in default hook script

combo-layer's hook scripts are intended to modify patches as they pass
through; the default one adds a prefix with the component name and
a line with the component repo revision before the Signed-off-by;
however the script was also unintentionally modifying the contents of
patches *within* the patches passing through it, which resulted in
unexpected failures when the combo-layer script attempted to use
"git am" to apply them.

(From OE-Core rev: e7aae45414e4597e9244f86a81fbc940f73785c8)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer-hook-default.sh