]> code.ossystems Code Review - openembedded-core.git/commit
devtool/standard: Fix lock in _prep_extract_operation
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 8 Jun 2017 16:32:01 +0000 (11:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Jun 2017 14:04:09 +0000 (15:04 +0100)
commit2c0062b59178fa668b26487b6d2f1e81a0d868e0
treeb1b782e5fcc5ba5dfe1f694a6006636f0db97b6a
parentbaac26f1b36e89e07637b738dd31ec7356f05a02
devtool/standard: Fix lock in _prep_extract_operation

If for any reason the parse_recipe fail in extract command
the process gets locked because Cooker is expecting the
finish event by tinfoil.

For example:

$ devtool extract remake /tmp/remake

ERROR: remake is unavailable:
  remake was skipped: PREFERRED_PROVIDER_virtual/make set to make, not remake

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py