diff options
author | Parthiban Nallathambi <pn@denx.de> | 2018-11-16 19:07:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-21 11:54:47 +0000 |
commit | 83b587e77baac9991a1073af99c82210d07e2b90 (patch) | |
tree | 560a8b7de7bb18db904fdfece12c46eb0c3422dc /meta-poky/conf/layer.conf | |
parent | 5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca (diff) | |
download | poky-83b587e77baac9991a1073af99c82210d07e2b90.tar.gz |
bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http' (e.g http-proxy)
shrinkwrap resolved relative URL can start with http. For example,
"resolved: http-proxy/-/http-proxy-${PV}.tgz" is still relative URL
to npm registry, but starts with http.
Current if statement compares the startswith 'resolved' to 'http',
which makes impossible to use npm download. Condtional comparison
now strictly checks for "http://" and "https://"
(Bitbake rev: f76075aa1a5159fd4d62949cb588346888b9fe60)
Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/layer.conf')
0 files changed, 0 insertions, 0 deletions