diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index ea21877b18..e4ee7f7491 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
| @@ -294,6 +294,8 @@ def _extract_source(srctree, keep_temp, devbranch, d): | |||
| 294 | 294 | ||
| 295 | task_executor = BbTaskExecutor(crd) | 295 | task_executor = BbTaskExecutor(crd) |
| 296 | 296 | ||
| 297 | crd.setVar('EXTERNALSRC_forcevariable', '') | ||
| 298 | |||
| 297 | logger.info('Fetching %s...' % pn) | 299 | logger.info('Fetching %s...' % pn) |
| 298 | task_executor.exec_func('do_fetch', False) | 300 | task_executor.exec_func('do_fetch', False) |
| 299 | logger.info('Unpacking...') | 301 | logger.info('Unpacking...') |
