]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: check if npm available if npm:// URL specified
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 9 Mar 2016 04:48:53 +0000 (17:48 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 16:59:56 +0000 (16:59 +0000)
commita08d12ad867c292f7474731a0fe5e51e712446d6
tree74c06d54b32ba57f77fd21e3d455fb3bc93fa1c7
parent8226805f83d21e7c1d2ba21969f3e8ee4b137496
recipetool: create: check if npm available if npm:// URL specified

If the user specifies an npm:// URL then the fetcher needs npm to be
available to run, so check if it's available early rather than failing
later.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py