]> code.ossystems Code Review - openembedded-core.git/commit
devtool: fix extracting source for work-shared recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:31 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:57 +0000 (18:12 +0100)
commit0bab8086fdef93b88d5ec6b88b07ccc921dd786f
tree22443b8eca0cc8e3cc78a55c77cb45e9a9338d9c
parent39a93c85e798e72edd6ab3c05f8adbb1a97e893e
devtool: fix extracting source for work-shared recipes

Recipes that use work-shared (such as libgcc) are capable of unpacking
the source, but it doesn't necessarily unpack to ${WORKDIR}/${BP}. Use
the last part of the actual S value instead which is more likely to
work.

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