diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-05 12:46:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-05 12:46:04 +0000 |
commit | c50d4a36fd559073dd05edfc80b3244baf49a593 (patch) | |
tree | c2ce301c4449dfc06bdcff21de358a0bd24cd75c /classes/angstrom-mirrors.bbclass | |
parent | 0a94fdbbd406c6583ff9fceb1a19206ba376784a (diff) |
angstrom: add source mirror for angstrom
Diffstat (limited to 'classes/angstrom-mirrors.bbclass')
-rw-r--r-- | classes/angstrom-mirrors.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass new file mode 100644 index 0000000000..cd27a8545b --- /dev/null +++ b/classes/angstrom-mirrors.bbclass @@ -0,0 +1,4 @@ +MIRRORS_append () { +ftp://.*/.*/ http://www.angstrom-distribution.org/unstable/sources/ +http://.*/.*/ http://www.angstrom-distribution.org/unstable/sources/ +} |