aboutsummaryrefslogtreecommitdiffstats
path: root/classes/nylon-mirrors.bbclass
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-21 16:18:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-21 16:18:33 +0000
commit8063e34bb175e058ea2de0d8fffc03011f68c3ee (patch)
tree0bb0b02b6247311dd19cc49a24964b1616fc879b /classes/nylon-mirrors.bbclass
parentfc8bb1b8fad9b45a31b5b1081fb6c8a67d0654db (diff)
downloadopenembedded-8063e34bb175e058ea2de0d8fffc03011f68c3ee.tar.gz
fix mirror handling for openmoko, oplinux and nylon. Closes 3585.
* patch from 3585 is now fully applied
Diffstat (limited to 'classes/nylon-mirrors.bbclass')
-rw-r--r--classes/nylon-mirrors.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/nylon-mirrors.bbclass b/classes/nylon-mirrors.bbclass
index 25a8b87d9b..02fddc01ba 100644
--- a/classes/nylon-mirrors.bbclass
+++ b/classes/nylon-mirrors.bbclass
@@ -1,6 +1,6 @@
MIRRORS_append () {
-ftp://.*/.*/ http://meshcube.org/nylon/stable/sources/
-https?://.*/.*/ http://meshcube.org/nylon/stable/sources/
-ftp://.*/.*/ http://meshcube.org/nylon/unstable/sources/
-https?://.*/.*/ http://meshcube.org/nylon/unstable/sources/
+ftp://.*/.* http://meshcube.org/nylon/stable/sources/
+https?://.*/.* http://meshcube.org/nylon/stable/sources/
+ftp://.*/.* http://meshcube.org/nylon/unstable/sources/
+https?://.*/.* http://meshcube.org/nylon/unstable/sources/
} \ No newline at end of file