]> 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>
Fri, 4 May 2018 08:54:48 +0000 (09:54 +0100)
commit8293201d98d368d6322eaa960fb3e7cee2ba9368
tree1f8e8c786f6e7078f001acefc5bff5e77236947c
parent6e3ea2f17bcd9d942f838ba972338d92e95f65d4
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