poky.bbclass: Fix mirror URLs

git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4415 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-05 14:26:27 +00:00
parent 2f6c30fc9a
commit a1868835fe

View 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://www.o-hand.com/~richard/poky/sources/
http://.*/.* http://www.o-hand.com/~richard/poky/sources/
}