]> code.ossystems Code Review - openembedded-core.git/commit
devtool: call parse_recipe with correct arguments
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 16 Apr 2015 16:37:57 +0000 (19:37 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Apr 2015 12:34:05 +0000 (13:34 +0100)
commit7d2b918019b0afe215a6489dad697afac34f73e9
treead7920eef377493cc58ce2369ef4a83ddd3b7109
parent50e75d0cd7190a009776d72a4ae5c3e835895e6b
devtool: call parse_recipe with correct arguments

Give the correct data object ("config data" instead of "recipe data") as
an argument to oe.recipeutils.patch_recipe()

Fixes [YOCTO #7595]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py