mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: Updated "npm.bbclass" section.
I provided a general link to the wiki on npm software. Also, updated the section to point to the new section on how to create NPM packages, which is in the dev-manual. (From yocto-docs rev: 03fd635d06d64a53ad00196919350a45942731ce) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4f44204d1a
commit
b0b59bd2b8
@@ -2285,13 +2285,16 @@ This check was removed for YP 2.3 release
|
||||
<title><filename>npm.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
Provides support for building Node.js software fetched using the npm
|
||||
package manager.
|
||||
Provides support for building Node.js software fetched using the
|
||||
<ulink url='https://en.wikipedia.org/wiki/Npm_(software)'>node package manager (NPM)</ulink>.
|
||||
<note>
|
||||
Currently, recipes inheriting this class must use the
|
||||
<filename>npm://</filename> fetcher to have dependencies fetched
|
||||
and packaged automatically.
|
||||
</note>
|
||||
For information on how to create NPM packages, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#creating-node-package-manager-npm-packages'>Creating Node Package Manager (NPM) Packages</ulink>"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user