]> 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, 28 Jun 2015 08:41:58 +0000 (09:41 +0100)
commitf8427fe565e44e46246146bdaae66a5d83ae8c9d
treec4284b27a67476e670b922429adbfefcc4181ef3
parent2ebf9ad9791e4b38465bfc456aac1d6009078d82
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]

(From OE-Core master rev: 7d2b918019b0afe215a6489dad697afac34f73e9)

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