Browse Source

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>
Gustavo Zacarias 11 years ago
parent
commit
e7ea169322
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/util-linux/util-linux.mk

+ 3 - 0
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)