summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-14 17:48:31 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-14 23:00:38 +0200
commite7ea16932204b3fd01d0d9597a2016e002337274 (patch)
treec835c02054b73298aafdae141dc597d3434ed226
parentb6662bd3e2a97db492de839ca99aedb76243e20e (diff)
downloadbuildroot-e7ea16932204b3fd01d0d9597a2016e002337274.tar.gz
buildroot-e7ea16932204b3fd01d0d9597a2016e002337274.zip
util-linux: disable python for host variant as well
It's bindings, and there's no need/use for them. Fixes: http://autobuild.buildroot.net/results/f3d/f3dfe6bd9031645fb068385af4054c0cc7522b2b/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/util-linux/util-linux.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 587f57e033..737688623e 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -27,6 +27,9 @@ UTIL_LINUX_CONF_OPT += \
# We don't want the host-busybox dependency to be added automatically
HOST_UTIL_LINUX_DEPENDENCIES = host-pkgconf
+# We also don't want the host-python dependency
+HOST_UTIL_LINUX_CONF_OPT = --without-python
+
# If both util-linux and busybox are selected, make certain util-linux
# wins the fight over who gets to have their utils actually installed
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
OpenPOWER on IntegriCloud