]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: newappend: drop _provide_to_pn
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Sep 2016 18:25:09 +0000 (11:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:15:55 +0000 (10:15 +0100)
commit4a5028dc3d1ab2f97465e63db5b05de73daebdfa
tree848706591dc8017e5682718e08a8605076cd0b0e
parentff03fccde0177307195a3c918fb914b8ddb6315f
recipetool: newappend: drop _provide_to_pn

This function was broken by the multi-config changes, and isn't needed anymore
now that recipeutils.pn_to_recipe can handle provides. Without this, the
newappend sub-command fails.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/newappend.py