diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-12 10:36:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-12 10:36:20 +0000 |
commit | d99418ab4ab6d3f93ab5c41eeaac5f7c280960b9 (patch) | |
tree | 4d5a83264d6f7c371b68dd30da5d6a3184f980f1 /meta/classes | |
parent | f873d5561cd908cda1d9e78aed7b3d1648ee4ac1 (diff) | |
download | poky-d99418ab4ab6d3f93ab5c41eeaac5f7c280960b9.tar.gz |
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
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/poky.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | MIRRORS_append () { | 1 | MIRRORS_append () { |
2 | ftp://.*/.* http://www.o-hand.com/~richard/poky/sources/ | 2 | ftp://.*/.* http://pokylinux.org/sources/ |
3 | http://.*/.* http://www.o-hand.com/~richard/poky/sources/ | 3 | http://.*/.* http://pokylinux.org/sources/ |
4 | } | 4 | } |