From 6e9bfc59011c3112d830965f56d2a765fca6d7ba Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 10:31:01 -0700 Subject: sdk-manual: Edits to "Adding Node.js Modules" Fixed a few sentences up by providing clearer text. (From yocto-docs rev: 64af3ec2c380d73dc863b2aea7878544b472218d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index ec53cb557a..9546bedc52 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -1363,11 +1363,9 @@ found" errors. - In order to support adding - Node.js modules, a - nodejs recipe must be part of your - SDK in order to provide Node.js - itself. + In order to support adding Node.js modules, a + nodejs recipe must be part + of your SDK. @@ -1376,14 +1374,15 @@ As mentioned earlier, you can also add Node.js modules directly from a repository or local source tree. - To add modules this way, use devtool add in - the following form: + To add modules this way, use devtool add + in the following form: $ devtool add https://github.com/diversario/node-ssdp - In this example, devtool fetches the specified - Git repository, detects that the code is Node.js code, fetches - dependencies using npm, and sets + In this example, devtool fetches the + specified Git repository, detects the code as Node.js + code, fetches dependencies using npm, and + sets SRC_URI accordingly. -- cgit v1.2.3-54-g00ecf