]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.bbclass: Use pokylinux.org as the source mirror
authorRichard Purdie <richard@openedhand.com>
Thu, 12 Jun 2008 10:36:20 +0000 (10:36 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 12 Jun 2008 10:36:20 +0000 (10:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4624 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/poky.bbclass

index 1c3456fb257493a112d6fd8e66a30a448125edea..928ddcc6dee89aa1340c98e6a6133946ac0acec7 100644 (file)
@@ -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/
 }