]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe: add recipeutils module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:50 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 12:37:19 +0000 (12:37 +0000)
commitfd970c3b42b39601f379300d83354d42d5a536ba
tree27e8a66aec3fbd7e1da1ab843b23f079bfa96be5
parent765b7bad50eae5b79d13a3f4988dc440c3d9787f
lib/oe: add recipeutils module

Add a module to help provide utility functions for dealing with recipes.
This would typically be used by external tools.

Substantial portions of this module were borrowed from the OE Layer
index code; other functions originally contributed by
Markus Lehtonen <markus.lehtonen@intel.com>.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py [new file with mode: 0644]