diff options
author | Krzysztof Koroscik <soltys@szluug.org> | 2010-08-21 00:26:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-21 12:53:44 +0200 |
commit | 956a0e475ca5b4be4072e84dc3f748bb2b465e96 (patch) | |
tree | cf4d3766fcf379d3b575592923396173969fcd9b /conf | |
parent | bb4a58049e80053b0153ff0e2db0f29e976c8599 (diff) |
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.conf | 5 |
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" |