summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKrzysztof Koroscik <soltys@szluug.org>2010-08-21 00:26:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-21 12:53:44 +0200
commit956a0e475ca5b4be4072e84dc3f748bb2b465e96 (patch)
treecf4d3766fcf379d3b575592923396173969fcd9b /conf
parentbb4a58049e80053b0153ff0e2db0f29e976c8599 (diff)
downloadopenembedded-956a0e475ca5b4be4072e84dc3f748bb2b465e96.tar.gz
shr: add shr-mirrors.bbclass and make use of it
Signed-off-by: Krzysztof Koroscik <soltys@szluug.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/shr.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index e2a8d23146..f7f4cf4945 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -82,7 +82,10 @@ ANGSTROM_BLACKLIST_pn-linux-davinci = "strange kernel, spank maintainer"
CVS_TARBALL_STASH += "http://build.shr-project.org/sources/"
-PREMIRRORS = "(ftp|https?)$://.*/.* http://build.shr-project.org/sources/"
+#The shr-mirrors.bbclass repleaces this
+#PREMIRRORS = "(ftp|https?)$://.*/.* http://build.shr-project.org/sources/"
+INHERIT += "shr-mirrors"
+
DISTRO_FEED_PREFIX ?= "shr-dev"
DISTRO_FEED_URI ?= "http://build.shr-project.org/shr-testing/ipk"