]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: only add npmsw url if required
authorKamel Bouhara <kamel.bouhara@bootlin.com>
Thu, 14 Jan 2021 07:12:35 +0000 (08:12 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Sat, 6 Feb 2021 06:53:56 +0000 (14:53 +0800)
commit6bcd2e242ef85cf875a2ea1a7c208f8c30fbdffa
tree81cffe69e7ac5bf4386238e82cdcd25ae1e257b1
parent2c17be47120d388cffafe8213a4b8a92d537805c
recipetool: create: only add npmsw url if required

Before adding a npmsw fetcher to a recipe we
should first check if the generated shrinkwrap file
contains dependencies.

Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ef153ad36d0299e83a03af8f207686d0d8a238b3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/lib/recipetool/create_npm.py