[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: samba: add mirrors

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:36 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: e1be8ba2b85502e173f75dc233324a7ecd9f130a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e1be8ba2b85502e173f75dc233324a7ecd9f130a

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Feb  6 22:38:29 2015 +0100

samba: add mirrors

Samba server is down currently so add mirrors. Both were short tested
by wget.

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/samba/samba.inc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index b04a9dd..abfd5ca 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -2,7 +2,14 @@ SECTION = "console/network"
 LICENSE = "GPL-3.0"
 DEPENDS = "readline virtual/libiconv zlib popt"
 
-SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
+SAMBA_MIRROR = "http://samba.org/samba/ftp"
+
+MIRRORS += "\
+${SAMBA_MIRROR}    http://mirror.internode.on.net/pub/samba \n \
+${SAMBA_MIRROR}    http://www.mirrorservice.org/sites/ftp.samba.org \n \
+"
+
+SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
            file://volatiles.03_samba \
            file://smb.conf \
            file://init.samba \



More information about the Openembedded-commits mailing list