diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-05 14:25:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-05 14:25:07 +0000 |
commit | 2fdb008097d871072775763caa8067f18a4e02a6 (patch) | |
tree | abd4214f7f54a59cd84d6086adfd3d5b219995e5 /meta | |
parent | 01bb9af1ec89a16b3ebdc5d3ea77a2e52e553b21 (diff) | |
download | poky-2fdb008097d871072775763caa8067f18a4e02a6.tar.gz |
poky.bbclass: Fix mirror URLs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4414 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 885fb77441..1c3456fb25 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://www.o-hand.com/~richard/poky/sources/ |
3 | http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/ | 3 | http://.*/.* http://www.o-hand.com/~richard/poky/sources/ |
4 | } | 4 | } |