]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: split out patch_recipe_lines()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:20:56 +0000 (10:20 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 21:45:13 +0000 (22:45 +0100)
commitd780642f950fb3a9699f466a405a2710d870dd08
treefb909adabcf306356e8d7c036c57505492c5f02e
parentb746223787a0195c3a4d16523003c62ec0ac8451
lib/oe/recipeutils: split out patch_recipe_lines()

Split out a function from patch_recipe_file() that takes just the lines
as input so we can edit recipe lines in memory. This will be used within
recipetool to ensure we insert new values in the right place.

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