summaryrefslogtreecommitdiffstats
path: root/meta/classes/own-mirrors.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:54:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:57 +0000
commit889a5cc221dc8f77c87bce03781aaf044cb74da4 (patch)
tree77b0cb44a78c67681f22cf15c3369f5fe8a76add /meta/classes/own-mirrors.bbclass
parent28d17cf9422ca16beb582dda4b387f0ff06949f9 (diff)
downloadpoky-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.bbclass1
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}
9osc://.*/.* ${SOURCE_MIRROR_URL} 9osc://.*/.* ${SOURCE_MIRROR_URL}
10https?$://.*/.* ${SOURCE_MIRROR_URL} 10https?$://.*/.* ${SOURCE_MIRROR_URL}
11ftp://.*/.* ${SOURCE_MIRROR_URL} 11ftp://.*/.* ${SOURCE_MIRROR_URL}
12npm://.*/.* ${SOURCE_MIRROR_URL}
12} 13}