]> code.ossystems Code Review - openembedded-core.git/commit
npm.bbclass: Stop packagenames containing underscores from being generated
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 12 Apr 2016 09:58:39 +0000 (10:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Apr 2016 09:58:27 +0000 (10:58 +0100)
commitfea932c79c8201e3e7649f4443874ea540e33461
treed77c13cf365d5baf6eb86c66c3bc936a86e0eae2
parent080d1a313e4982dd05846b375ebf936c46934d80
npm.bbclass: Stop packagenames containing underscores from being generated

Package names cannot contain underscores yet some npm modules use them as part
of the name, replace them with hyphens in the package name.

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/npm.bbclass
meta/lib/oe/package.py