]> code.ossystems Code Review - openembedded-core.git/commit
npm.bbclass: Node module name and recipe name can be different
authorBöszörményi Zoltán <zboszor@pr.hu>
Thu, 1 Feb 2018 13:08:31 +0000 (14:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:34 +0000 (10:54 +0000)
commit6b417c7c3a38463c64756beae9817fa2a80fd09e
tree2998a65126fcc4adc635aeb4fa47d94fd2b8f913
parent2d7d2a460842c8747df17990970f22f4a11f36f6
npm.bbclass: Node module name and recipe name can be different

Some NPM modules have the same name as their low level dependencies.
To prevent recipe naming conflicts, allow node module recipe names
to start with the "node-" prefix.

Signed-off-by: Zoltán Böszörményi <zboszor@pr.hu>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/npm.bbclass