]> 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>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit949067384c5166058ebc76f931cc492dad1db645
treee7d514928b50b17c0635876299df5a73fce2d870
parent568227133be3f9f015679df3525f6c4f86304fd0
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>
scripts/lib/recipetool/create.py