]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.bbclass: Fix mirror URLs
authorRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 14:25:07 +0000 (14:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 14:25:07 +0000 (14:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4414 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/poky.bbclass

index 885fb7744150cecc7c6acb76528316dfdce99bdc..1c3456fb257493a112d6fd8e66a30a448125edea 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://www.o-hand.com/~richard/poky/sources/
+http://.*/.*   http://www.o-hand.com/~richard/poky/sources/
 }