Merge pull request #1751 from MilhouseVH/fix_samba4_le82

samba: needs e2fsprogs for target, so drop :host
This commit is contained in:
Christian Hewitt 2017-07-07 01:18:25 +04:00 committed by GitHub
commit aa05e81881

View File

@ -22,7 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPLv3+"
PKG_SITE="https://www.samba.org"
PKG_URL="https://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain heimdal:host e2fsprogs:host Python zlib readline popt libaio connman"
PKG_DEPENDS_TARGET="toolchain heimdal:host e2fsprogs Python zlib readline popt libaio connman"
PKG_NEED_UNPACK="$(get_pkg_directory heimdal) $(get_pkg_directory e2fsprogs)"
PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"