From: Richard Purdie Date: Mon, 5 May 2008 14:25:07 +0000 (+0000) Subject: poky.bbclass: Fix mirror URLs X-Git-Tag: 2011-1~9047 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2fdb008097d871072775763caa8067f18a4e02a6;p=openembedded-core.git poky.bbclass: Fix mirror URLs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4414 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/poky.bbclass b/meta/classes/poky.bbclass index 885fb77441..1c3456fb25 100644 --- a/meta/classes/poky.bbclass +++ b/meta/classes/poky.bbclass @@ -1,4 +1,4 @@ MIRRORS_append () { -ftp://.*/.*/ http://www.o-hand.com/~richard/poky/sources/ -http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/ +ftp://.*/.* http://www.o-hand.com/~richard/poky/sources/ +http://.*/.* http://www.o-hand.com/~richard/poky/sources/ }