From: Richard Purdie Date: Thu, 12 Jun 2008 10:36:20 +0000 (+0000) Subject: poky.bbclass: Use pokylinux.org as the source mirror X-Git-Tag: 2011-1~8859 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d99418ab4ab6d3f93ab5c41eeaac5f7c280960b9;p=openembedded-core.git poky.bbclass: Use pokylinux.org as the source mirror git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4624 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/poky.bbclass b/meta/classes/poky.bbclass index 1c3456fb25..928ddcc6de 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://pokylinux.org/sources/ +http://.*/.* http://pokylinux.org/sources/ }