summaryrefslogtreecommitdiffstats
path: root/meta/classes/poky.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-12 10:36:20 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-12 10:36:20 +0000
commitd99418ab4ab6d3f93ab5c41eeaac5f7c280960b9 (patch)
tree4d5a83264d6f7c371b68dd30da5d6a3184f980f1 /meta/classes/poky.bbclass
parentf873d5561cd908cda1d9e78aed7b3d1648ee4ac1 (diff)
downloadpoky-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/poky.bbclass')
-rw-r--r--meta/classes/poky.bbclass4
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 @@
1MIRRORS_append () { 1MIRRORS_append () {
2ftp://.*/.* http://www.o-hand.com/~richard/poky/sources/ 2ftp://.*/.* http://pokylinux.org/sources/
3http://.*/.* http://www.o-hand.com/~richard/poky/sources/ 3http://.*/.* http://pokylinux.org/sources/
4} 4}