]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2/npm: fix ud.registry so that alternative registries can be handled
authorBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 11 Mar 2016 10:32:58 +0000 (10:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 09:35:52 +0000 (09:35 +0000)
commit3c66619d50921a17b911f99f095baac3a049cad3
treea5ec778e04e9702a597f97458b7bd867d07f2ea4
parent01554725f5f3e248cff951731e9b9fc7794e68ba
bitbake: fetch2/npm: fix ud.registry so that alternative registries can be handled

Fixes [YOCTO #9231]

npm when given an invalid registry URL with --registry actually goes and
fetches from the default registry, but this commit makes sure it goes to the
specified one.

(Bitbake rev: 7c849be7c70a5db4f66fe3041486abb923b5e4ee)

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/npm.py