[oe-commits] [bitbake] branch master updated: fetch2/npm: Enable fetcher

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 12:01:44 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
       new  0270b5a   fetch2/npm: Enable fetcher
0270b5a is described below

commit 0270b5a3873ed0aeca3a66198c87a6164fb644b8
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Feb 28 11:56:45 2016 +0000

    fetch2/npm: Enable fetcher
    
    For some reason the enablement piece of the patch went missing, add it.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/fetch2/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index b18b406..d366550 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/lib/bb/fetch2/__init__.py
@@ -1741,6 +1741,7 @@ from . import hg
 from . import osc
 from . import repo
 from . import clearcase
+from . import npm
 
 methods.append(local.Local())
 methods.append(wget.Wget())
@@ -1757,3 +1758,4 @@ methods.append(hg.Hg())
 methods.append(osc.Osc())
 methods.append(repo.Repo())
 methods.append(clearcase.ClearCase())
+methods.append(npm.Npm())

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


More information about the Openembedded-commits mailing list