From: Rod Whitby Date: Mon, 21 Jan 2008 10:21:39 +0000 (+0000) Subject: *-mirrors.bbclass: Applied the https handling fix to all other mirrors classes X-Git-Tag: Release-2010-05/1~7853 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3074e69fa414fe2745798492fd7a6e76ff37fe84;p=openembedded.git *-mirrors.bbclass: Applied the https handling fix to all other mirrors classes --- 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 diff --git a/classes/oplinux-mirrors.bbclass b/classes/oplinux-mirrors.bbclass index 076cd6f1fe..c76e822ce3 100644 --- a/classes/oplinux-mirrors.bbclass +++ b/classes/oplinux-mirrors.bbclass @@ -3,12 +3,12 @@ MIRRORS_append () { ftp://.*/.*/ http://digital-opsis.com/oplinux/stable/sources/ -http://.*/.*/ http://digital-opsis.com/oplinux/stable/sources/ +https?://.*/.*/ http://digital-opsis.com/oplinux/stable/sources/ ftp://.*/.*/ http://digital-opsis.com/oplinux/unstable/sources/ -http://.*/.*/ http://digital-opsis.com/oplinux/unstable/sources/ +https?://.*/.*/ http://digital-opsis.com/oplinux/unstable/sources/ ftp://.*/.*/ http://digital-opsis.com/oplinux-uclibc/stable/sources/ -http://.*/.*/ http://digital-opsis.com/oplinux-uclibc/stable/sources/ +https?://.*/.*/ http://digital-opsis.com/oplinux-uclibc/stable/sources/ ftp://.*/.*/ http://digital-opsis.com/oplinux-uclibc/unstable/sources/ -http://.*/.*/ http://digital-opsis.com/oplinux-uclibc/unstable/sources/ +https?://.*/.*/ http://digital-opsis.com/oplinux-uclibc/unstable/sources/ } diff --git a/classes/own-mirrors.bbclass b/classes/own-mirrors.bbclass index 32763ed24f..e8a0f481d7 100644 --- a/classes/own-mirrors.bbclass +++ b/classes/own-mirrors.bbclass @@ -1,4 +1,4 @@ PREMIRRORS() { -http://.*/.* ${SOURCE_MIRROR_URL} +https?://.*/.* ${SOURCE_MIRROR_URL} ftp://.*/.* ${SOURCE_MIRROR_URL} }