]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: use cooker function instead of bb.providers
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Dec 2016 07:09:33 +0000 (20:09 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:35 +0000 (09:56 +0000)
commit0a6a4be99c1e4ef3c0da53d63f18ad579545d6a8
treeea9a253632471b60d7a3bfd0e094536cd48b037f
parent38b8a7d4aff096ea0a62f2ddf3fe2de1df591bf5
lib/oe/recipeutils: use cooker function instead of bb.providers

We now have a function in cooker itself that can do this lookup;
additionally, the rewritten tinfoil's cooker adapter has its own
implementation that can work remotely, so if we use it then this
function can work in that scenario as well.

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