]> code.ossystems Code Review - openembedded-core.git/commit
devtool: modify: handle recipes that use a shared workdir
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Feb 2015 16:40:02 +0000 (16:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 08:08:20 +0000 (08:08 +0000)
commit7392ecd559ef71241405c704a65da171ee216ca1
treedfee3b019e0dd3214eb0f71a2842f347e7d786bc
parent611c27182a6e52e159a1ce1b5bac054405c611d2
devtool: modify: handle recipes that use a shared workdir

If S is outside of WORKDIR then we shouldn't try to get the relative
path in order to work out where the source subdirectory is as we do by
default.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py