]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: avoid parsing in get_var_files()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 16 Aug 2015 11:46:42 +0000 (12:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:54 +0000 (17:57 +0100)
commit6ba969f1ac5a1a0e277a21287fc5ae1622a6b14e
tree2b2c96fe07077c81b2125ba6964f5e45215b7772
parentb63fca00c2e24ad0c8b8b3c492d93ee4372fa92d
lib/oe/recipeutils: avoid parsing in get_var_files()

Let's have the caller do this and then the function is a bit more
flexible (e.g. we can choose to parse with bbappends or not); fix up
calls to this function appropriately (of which there are only two, both
within devtool).

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