git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74e97a
)
angstrom-mirrors: fix for recent bitbake
author
Cyril Romain
<cyril.romain@gmail.com>
Mon, 31 Dec 2007 21:51:43 +0000
(21:51 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 31 Dec 2007 21:51:43 +0000
(21:51 +0000)
classes/angstrom-mirrors.bbclass
patch
|
blob
|
history
diff --git
a/classes/angstrom-mirrors.bbclass
b/classes/angstrom-mirrors.bbclass
index
e44a78c
..
10bf750
100644
(file)
--- a/
classes/angstrom-mirrors.bbclass
+++ b/
classes/angstrom-mirrors.bbclass
@@
-1,4
+1,4
@@
MIRRORS_append () {
-ftp://.*/.*
/
http://www.angstrom-distribution.org/unstable/sources/
-https?$://.*/.*
/
http://www.angstrom-distribution.org/unstable/sources/
+ftp://.*/.*
http://www.angstrom-distribution.org/unstable/sources/
+https?$://.*/.*
http://www.angstrom-distribution.org/unstable/sources/
}