]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: pass absolute source tree path to plugins
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 20 Sep 2017 00:03:39 +0000 (12:03 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:31 +0000 (17:14 +0000)
commit821742f48723a66fdafe5406bb57188b2f88889a
tree6ecfa0cba18ddf961a2edc4306720a22c71fb36d
parent5210f8f64ed65a677a7a017878783642de886249
recipetool: pass absolute source tree path to plugins

We shouldn't be passing a relative path to the plugins if that's what's
been specified on the recipetool command line.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
scripts/lib/recipetool/create.py