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:57 +0000 |
commit | 889a5cc221dc8f77c87bce03781aaf044cb74da4 (patch) | |
tree | 77b0cb44a78c67681f22cf15c3369f5fe8a76add /meta/classes/own-mirrors.bbclass | |
parent | 28d17cf9422ca16beb582dda4b387f0ff06949f9 (diff) | |
download | poky-889a5cc221dc8f77c87bce03781aaf044cb74da4.tar.gz |
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.
(From OE-Core rev: b91c5c94182ce08d4daccf85eaa0375daefc356e)
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} | |||
9 | osc://.*/.* ${SOURCE_MIRROR_URL} | 9 | osc://.*/.* ${SOURCE_MIRROR_URL} |
10 | https?$://.*/.* ${SOURCE_MIRROR_URL} | 10 | https?$://.*/.* ${SOURCE_MIRROR_URL} |
11 | ftp://.*/.* ${SOURCE_MIRROR_URL} | 11 | ftp://.*/.* ${SOURCE_MIRROR_URL} |
12 | npm://.*/.* ${SOURCE_MIRROR_URL} | ||
12 | } | 13 | } |