diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-02-06 22:38:29 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:35:40 +0100 |
| commit | e1be8ba2b85502e173f75dc233324a7ecd9f130a (patch) | |
| tree | 3f0aee211b675e25146a2a5b663b13eed945ccb5 | |
| parent | 57632c54d82d9f6826629e931b8a50bf5a5bf5e4 (diff) | |
| download | meta-openembedded-e1be8ba2b85502e173f75dc233324a7ecd9f130a.tar.gz | |
samba: add mirrors
Samba server is down currently so add mirrors. Both were short tested
by wget.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/samba/samba.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index b04a9dda44..abfd5ca7ba 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc | |||
| @@ -2,7 +2,14 @@ SECTION = "console/network" | |||
| 2 | LICENSE = "GPL-3.0" | 2 | LICENSE = "GPL-3.0" |
| 3 | DEPENDS = "readline virtual/libiconv zlib popt" | 3 | DEPENDS = "readline virtual/libiconv zlib popt" |
| 4 | 4 | ||
| 5 | SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ | 5 | SAMBA_MIRROR = "http://samba.org/samba/ftp" |
| 6 | |||
| 7 | MIRRORS += "\ | ||
| 8 | ${SAMBA_MIRROR} http://mirror.internode.on.net/pub/samba \n \ | ||
| 9 | ${SAMBA_MIRROR} http://www.mirrorservice.org/sites/ftp.samba.org \n \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | ||
| 6 | file://volatiles.03_samba \ | 13 | file://volatiles.03_samba \ |
| 7 | file://smb.conf \ | 14 | file://smb.conf \ |
| 8 | file://init.samba \ | 15 | file://init.samba \ |
