Re: [OE-core] [PATCH] devtool: call parse_recipe with correct arguments

2015-04-17 Thread Paul Eggleton
On Thursday 16 April 2015 19:37:57 Markus Lehtonen wrote: > 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 > --- > scripts/lib/devtool/standard.py | 5 +++-- > 1 f

[OE-core] [PATCH] devtool: call parse_recipe with correct arguments

2015-04-16 Thread Markus Lehtonen
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 --- scripts/lib/devtool/standard.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devto