]> code.ossystems Code Review - openembedded-core.git/commit
scripts/combo-layer: fix still overzealous regex in default hook script
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 19 Sep 2011 14:07:30 +0000 (15:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:27:35 +0000 (13:27 +0100)
commit9f1b4e5923c60cd4215b0ca4da2cab6245e54ccb
tree49747152286bc8073b27e06b4ca937a9af91bc73
parent81274f4488fbc4d68d150870735ec0181b60b451
scripts/combo-layer: fix still overzealous regex in default hook script

In the previous fix to this hook script (OE core revision
e7aae45414e4597e9244f86a81fbc940f73785c8) a start-of-line (^) marker was
missed, so if a commit had no Signed-off-by line but it contained an
inner patch that did, the inner patch was modified causing a "corrupt
patch" error.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/combo-layer-hook-default.sh