From 956a0e475ca5b4be4072e84dc3f748bb2b465e96 Mon Sep 17 00:00:00 2001 From: Krzysztof Koroscik Date: Sat, 21 Aug 2010 00:26:49 +0000 Subject: shr: add shr-mirrors.bbclass and make use of it Signed-off-by: Krzysztof Koroscik Signed-off-by: Martin Jansa --- classes/shr-mirrors.bbclass | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 classes/shr-mirrors.bbclass (limited to 'classes/shr-mirrors.bbclass') diff --git a/classes/shr-mirrors.bbclass b/classes/shr-mirrors.bbclass new file mode 100644 index 0000000000..92a41ad680 --- /dev/null +++ b/classes/shr-mirrors.bbclass @@ -0,0 +1,13 @@ +PREMIRRORS_append () { +cvs://.*/.* http://build.shr-project.org/sources/ +svn://.*/.* http://build.shr-project.org/sources/ +git://.*/.* http://build.shr-project.org/sources/ +hg://.*/.* http://build.shr-project.org/sources/ +bzr://.*/.* http://build.shr-project.org/sources/ +} + +MIRRORS_append () { +ftp://.*/.* http://build.shr-project.org/sources/ +https?$://.*/.* http://build.shr-project.org/sources/ +} + -- cgit 1.2.3-korg