]> code.ossystems Code Review - openembedded-core.git/commit
classes/patch: move several functions to oe.patch
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Dec 2016 07:09:39 +0000 (20:09 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:35 +0000 (09:56 +0000)
commit2724511e18810cc8082c1b028e3b7c8a8b5def56
tree6ad6096cc3f5d35993d18291f55a8660628ed395
parentf24f59ea1d8bc335ea8576f6a346d0935f4a3548
classes/patch: move several functions to oe.patch

Move patch_path(), src_patches() and should_apply() to oe.patch, making
them easier to call from elsewhere (particularly across the
UI/server boundary).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/patch.bbclass
meta/lib/oe/patch.py
meta/lib/oe/recipeutils.py