summaryrefslogtreecommitdiff
path: root/package/samba4
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-16 11:34:40 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-16 22:19:36 +0100
commit74e0ba60f79e04d7147bd6d2a4a1797c605542ac (patch)
treeb3e5b9baf5d9b88f27428da86fb98102c5ae0419 /package/samba4
parentac00fcdf74ce0d98069a4cd431bf3bb71c78f19e (diff)
samba4: add host-python to dependencies
Even though it's inherited by the python dependency it's more clear this way for graph-depends, since it's used by the waf buildsystem. And even though we have a hard dependency on python for the distro this python could ostensibly be 3.x which isn't compatible with the bundled waf series (1.5.x) in samba (as of current shipping version and upcoming 4.4.x series). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/samba4')
-rw-r--r--package/samba4/samba4.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index ee0452e6c..0fa70a56a 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -10,7 +10,9 @@ SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
SAMBA4_INSTALL_STAGING = YES
SAMBA4_LICENSE = GPLv3+
SAMBA4_LICENSE_FILES = COPYING
-SAMBA4_DEPENDENCIES = host-e2fsprogs host-heimdal e2fsprogs popt python zlib \
+SAMBA4_DEPENDENCIES = \
+ host-e2fsprogs host-heimdal host-python \
+ e2fsprogs popt python zlib \
$(if $(BR2_PACKAGE_LIBBSD),libbsd) \
$(if $(BR2_PACKAGE_LIBCAP),libcap) \
$(if $(BR2_PACKAGE_READLINE),readline)