summaryrefslogtreecommitdiffstats
path: root/classes/internal-build.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/internal-build.bbclass')
-rw-r--r--classes/internal-build.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/internal-build.bbclass b/classes/internal-build.bbclass
index 0f12a78..64c07bf 100644
--- a/classes/internal-build.bbclass
+++ b/classes/internal-build.bbclass
@@ -35,8 +35,8 @@ python enable_internal_build () {
35 return 35 return
36 36
37 e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") 37 e.data.setVar('ENABLE_QTQUICKCOMPILER', "1")
38 e.data.setVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") 38 e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH")
39 e.data.setVar('PREMIRRORS', "\ 39 e.data.prependVar('PREMIRRORS', "\
40 ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 40 ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \
41 http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 41 http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \
42 https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 42 https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \