diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-23 23:36:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-23 23:38:22 +0000 |
commit | 5a8ffee452091d96022ca715bc10663ceb18dad5 (patch) | |
tree | f1dc76e6f3e2b56220ed36a08276c2bb110d735e /meta/conf/distro | |
parent | 33fbf0ff5f40b211a6900f12699d934e55203932 (diff) | |
download | poky-5a8ffee452091d96022ca715bc10663ceb18dad5.tar.gz |
poky.conf: Weakly set PREMIRRORS
We should only weakly set PREMIRRORS as users often want to override this.
[BUGID #753]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 400b8c2dd9..71e40de6f2 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -150,7 +150,7 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0" | |||
150 | 150 | ||
151 | require conf/distro/include/world-broken.inc | 151 | require conf/distro/include/world-broken.inc |
152 | 152 | ||
153 | PREMIRRORS =+ "\ | 153 | PREMIRRORS ?= "\ |
154 | bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 154 | bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ |
155 | cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 155 | cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ |
156 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 156 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ |