mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
committed by
Armin Kuster
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 \
|
||||
|
||||
Reference in New Issue
Block a user