From: Cyril Romain Date: Mon, 31 Dec 2007 21:51:43 +0000 (+0000) Subject: angstrom-mirrors: fix for recent bitbake X-Git-Tag: Release-2010-05/1~8050^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8e5ff98cf3b86a7a6a7e412b4ba57d1255c79c;p=openembedded.git angstrom-mirrors: fix for recent bitbake --- diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass index e44a78c983..10bf75044f 100644 --- a/classes/angstrom-mirrors.bbclass +++ b/classes/angstrom-mirrors.bbclass @@ -1,4 +1,4 @@ MIRRORS_append () { -ftp://.*/.*/ http://www.angstrom-distribution.org/unstable/sources/ -https?$://.*/.*/ http://www.angstrom-distribution.org/unstable/sources/ +ftp://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +https?$://.*/.* http://www.angstrom-distribution.org/unstable/sources/ }