summaryrefslogtreecommitdiffstats
path: root/meta/classes/own-mirrors.bbclass
blob: 36c7f8e3f3d997d15a58a281d432a6b5d2b43787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

PREMIRRORS:prepend = " \
cvs://.*/.*     ${SOURCE_MIRROR_URL} \
svn://.*/.*     ${SOURCE_MIRROR_URL} \
git://.*/.*     ${SOURCE_MIRROR_URL} \
gitsm://.*/.*   ${SOURCE_MIRROR_URL} \
hg://.*/.*      ${SOURCE_MIRROR_URL} \
bzr://.*/.*     ${SOURCE_MIRROR_URL} \
p4://.*/.*      ${SOURCE_MIRROR_URL} \
osc://.*/.*     ${SOURCE_MIRROR_URL} \
https?://.*/.*  ${SOURCE_MIRROR_URL} \
ftp://.*/.*     ${SOURCE_MIRROR_URL} \
npm://.*/?.*    ${SOURCE_MIRROR_URL} \
s3://.*/.*      ${SOURCE_MIRROR_URL} \
crate://.*/.*   ${SOURCE_MIRROR_URL} \
gs://.*/.*      ${SOURCE_MIRROR_URL} \
"