[oe-commits] Koen Kooi : angstrom mirrors: fix regression introduced by http://cgit. openembedded.org/cgit.cgi/bitbake/commit/?h=1.10&id= 11375c3f74511ce59ad5a625bfda4121a8714345

git version control git at git.openembedded.org
Tue Apr 20 11:38:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7bdb604776210b56ab9f055dcfbb595b7366e94e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bdb604776210b56ab9f055dcfbb595b7366e94e

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr 20 13:37:48 2010 +0200

angstrom mirrors: fix regression introduced by http://cgit.openembedded.org/cgit.cgi/bitbake/commit/?h=1.10&id=11375c3f74511ce59ad5a625bfda4121a8714345

---

 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 10bf750..1ba60e9 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/





More information about the Openembedded-commits mailing list