]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/patch.py: abort "git am" if it fails
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:48 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 12:37:18 +0000 (12:37 +0000)
commit630a393d01950a0d00b5d30ac376472911e50ff9
tree86d837607f9bf0ad19ecfa09aea9a008d3a1f32a
parent1cfcae0cd0bc776f5bb91a75bb8ffdad3d7bf200
lib/oe/patch.py: abort "git am" if it fails

If we don't do this, you may still be in the git am resolution mode at
the end of applying patches, which is not desirable.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/patch.py