]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit - meta/lib/oe/patch.py
lib/oe/patch: fall back to patch if git apply fails
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:45 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 12:37:18 +0000 (12:37 +0000)
commita8143f33d3104adcd10968e3b05df2024e723f5a
tree96b4953af6b91322d9ad7f057d29c0d8ca37bfe4
parent657cff8a0f0e5db171b2ed9388a790ee0b135842
lib/oe/patch: fall back to patch if git apply fails

When PATCHTOOL = "git", git apply doesn't support fuzzy application, so
if a patch requires that it's better to be able to apply it rather than
just failing.

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