mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
fdcc4f460a
commit
47619a4f3d
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user