diff options
| -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 \ | 
