mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
57632c54d8
commit
e1be8ba2b8
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user