[oe-commits] [bitbake] branch master updated: bitbake-user-manual: Added npm to other fetcher list.

git at git.openembedded.org git at git.openembedded.org
Wed May 15 20:55:08 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
     new 5fb0fb7  bitbake-user-manual: Added npm to other fetcher list.
5fb0fb7 is described below

commit 5fb0fb71ae5bda647c45f07aac63084575ed6b39
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Mon May 13 17:06:41 2019 -0700

    bitbake-user-manual: Added npm to other fetcher list.
    
    Fixes [YOCTO #10098]
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index 3acd7c4..6840408 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -832,19 +832,22 @@
                         Bazaar (<filename>bzr://</filename>)
                         </para></listitem>
                     <listitem><para>
-                        Trees using Git Annex (<filename>gitannex://</filename>)
+                        Mercurial (<filename>hg://</filename>)
                         </para></listitem>
                     <listitem><para>
-                        Secure FTP (<filename>sftp://</filename>)
+                        npm (<filename>npm://</filename>)
                         </para></listitem>
                     <listitem><para>
-                        Secure Shell (<filename>ssh://</filename>)
+                        OSC (<filename>osc://</filename>)
                         </para></listitem>
                     <listitem><para>
-                        OSC (<filename>osc://</filename>)
+                        Secure FTP (<filename>sftp://</filename>)
                         </para></listitem>
                     <listitem><para>
-                        Mercurial (<filename>hg://</filename>)
+                        Secure Shell (<filename>ssh://</filename>)
+                        </para></listitem>
+                    <listitem><para>
+                        Trees using Git Annex (<filename>gitannex://</filename>)
                         </para></listitem>
                 </itemizedlist>
                 No documentation currently exists for these lesser used

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list