diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 23:50:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 23:50:46 +0000 |
commit | 293b023361580cdf41cf8aa0d8e96fd9c380e424 (patch) | |
tree | d8e66061a1b2be245214f3d21f701440b4fd50f6 /meta/classes | |
parent | 029f19bd3d4dc09fb48bf6e5322d48bb84c4eb34 (diff) | |
download | poky-293b023361580cdf41cf8aa0d8e96fd9c380e424.tar.gz |
mirrors.bbclass: Ensure we don't overwrite any existing MIRRORS variable
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/mirrors.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 2eb99cd23f..214608736b 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | MIRRORS = "\ | 1 | MIRRORS += "\ |
2 | ${DEBIAN_MIRROR}/main http://snapshot.debian.net/archive/pool \n \ | 2 | ${DEBIAN_MIRROR}/main http://snapshot.debian.net/archive/pool \n \ |
3 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ | 3 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ |
4 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ | 4 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ |