]> code.ossystems Code Review - openembedded-core.git/commit
meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly matching
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 9 Mar 2018 12:27:46 +0000 (14:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 Mar 2018 13:25:19 +0000 (06:25 -0700)
commitf4f3406c3bd9599d7a19275475d52bda4c42f2ab
treefb40eb33d58c966cf57ea996307c5899b2bd1ac7
parent784f4418259fe441060c134a7dcf305f4e0d4e2d
meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly matching

Particularly, this was causing 'devtool modify' to erroneously add those
.orig files into commits. This was getting in the way, if the goal
was to amend/update those existing patches.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/patch.py