diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-20 13:37:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-20 13:37:48 +0200 |
commit | 7bdb604776210b56ab9f055dcfbb595b7366e94e (patch) | |
tree | fef133e21ec4fff905cc62eeecd740200d22fbeb | |
parent | 356e71b1a7617df4ea7d7afddb66f46e113d0100 (diff) |
angstrom mirrors: fix regression introduced by http://cgit.openembedded.org/cgit.cgi/bitbake/commit/?h=1.10&id=11375c3f74511ce59ad5a625bfda4121a8714345
-rw-r--r-- | classes/angstrom-mirrors.bbclass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass index 10bf75044f..1ba60e9252 100644 --- a/classes/angstrom-mirrors.bbclass +++ b/classes/angstrom-mirrors.bbclass @@ -1,3 +1,11 @@ +PREMIRRORS_append () { +cvs://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +svn://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +git://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +hg://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +bzr://.*/.* http://www.angstrom-distribution.org/unstable/sources/ +} + MIRRORS_append () { ftp://.*/.* http://www.angstrom-distribution.org/unstable/sources/ https?$://.*/.* http://www.angstrom-distribution.org/unstable/sources/ |