aboutsummaryrefslogtreecommitdiffstats
path: root/classes/nylon-mirrors.bbclass
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2008-01-21 10:21:39 +0000
committerRod Whitby <rod@whitby.id.au>2008-01-21 10:21:39 +0000
commit3074e69fa414fe2745798492fd7a6e76ff37fe84 (patch)
tree473516e0b7a7d9c145803868eb2967124890b508 /classes/nylon-mirrors.bbclass
parenta82c44432c811f1b76cf9073e4df96f2ab5ecb2f (diff)
downloadopenembedded-3074e69fa414fe2745798492fd7a6e76ff37fe84.tar.gz
*-mirrors.bbclass: Applied the https handling fix to all other mirrors classes
Diffstat (limited to 'classes/nylon-mirrors.bbclass')
-rw-r--r--classes/nylon-mirrors.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/nylon-mirrors.bbclass b/classes/nylon-mirrors.bbclass
index 2986bd8f80..25a8b87d9b 100644
--- a/classes/nylon-mirrors.bbclass
+++ b/classes/nylon-mirrors.bbclass
@@ -1,6 +1,6 @@
MIRRORS_append () {
ftp://.*/.*/ http://meshcube.org/nylon/stable/sources/
-http://.*/.*/ http://meshcube.org/nylon/stable/sources/
+https?://.*/.*/ http://meshcube.org/nylon/stable/sources/
ftp://.*/.*/ http://meshcube.org/nylon/unstable/sources/
-http://.*/.*/ http://meshcube.org/nylon/unstable/sources/
+https?://.*/.*/ http://meshcube.org/nylon/unstable/sources/
} \ No newline at end of file