]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: fixed uncaught NameError exception
authorSarah Marsh <sarah.marsh.engineer@gmail.com>
Thu, 26 Apr 2018 01:35:25 +0000 (20:35 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:03:27 +0000 (10:03 +0100)
commit05a7c8a0b06f55a8084ab416c63280d370f53ee1
treee7210fb609774713a572fc2a1aa8441e4f5893d6
parent0f13e92b6bb2ab6807f1ef0bad909816bdddb789
recipetool: fixed uncaught NameError exception

When packaging a node application, a `NameError` can be thrown in create_npm.py if an optional npm dependency does not
support Linux.

Signed-off-by: Sarah Marsh <sarah.marsh@arm.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_npm.py