diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-26 17:54:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:32:33 +0000 |
commit | b91c5c94182ce08d4daccf85eaa0375daefc356e (patch) | |
tree | dcea1230f8d779f36d0612ebe9ca56da8281b389 /meta/classes/own-mirrors.bbclass | |
parent | 4d2ad3e39242c947612023f4429bc8fb430551b5 (diff) | |
download | openembedded-core-b91c5c94182ce08d4daccf85eaa0375daefc356e.tar.gz openembedded-core-b91c5c94182ce08d4daccf85eaa0375daefc356e.tar.bz2 openembedded-core-b91c5c94182ce08d4daccf85eaa0375daefc356e.zip |
mirrors/own-mirrors/sanity: Updates after npm fetcher addition
Update the classes after the addition of the npm fetcher to
match the other fetcher additions.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/own-mirrors.bbclass')
-rw-r--r-- | meta/classes/own-mirrors.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index e235227ec8..12b42675bc 100644 --- a/meta/classes/own-mirrors.bbclass +++ b/meta/classes/own-mirrors.bbclass @@ -9,4 +9,5 @@ p4://.*/.* ${SOURCE_MIRROR_URL} osc://.*/.* ${SOURCE_MIRROR_URL} https?$://.*/.* ${SOURCE_MIRROR_URL} ftp://.*/.* ${SOURCE_MIRROR_URL} +npm://.*/.* ${SOURCE_MIRROR_URL} } |