]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: prevent externalsrc from interfering with extraction
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 16 Aug 2015 10:08:36 +0000 (11:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:53 +0000 (17:57 +0100)
commit5be16d639d1b78d114755bfd552ac901d0fdf4a9
tree3322ef472f743b0498e8817a6c75dfdf21d5f690
parent4096f3c5d309161999adc996fdfa7526e5504366
devtool: extract: prevent externalsrc from interfering with extraction

In case the user has set up externalsrc outside of devtool, force
EXTERNALSRC to blank for the recipe when extracting so that the original
source URI is still in SRC_URI and we're still able to extract it. (This
isn't a problem with devtool itself because the bbappends within the
workspace layer that apply externalsrc are explicitly filtered out when
devtool parses a recipe).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py