kmod: explicitly define host-kmod dependencies
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Sep 2013 08:54:20 +0000 (10:54 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Sep 2013 08:54:20 +0000 (10:54 +0200)
So we don't end up pulling in host-busybox (which doesn't exist) if
KMOD_TOOLS is enabled.

Reported-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/kmod/kmod.mk

index 9ac773103fe01522c9d5d66e9594b06f40fa36c7..169fca3a5c85c27b860d94a2e48136e2f3ea72d5 100644 (file)
@@ -9,6 +9,7 @@ KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
 KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/
 KMOD_INSTALL_STAGING = YES
 KMOD_DEPENDENCIES = host-pkgconf
+HOST_KMOD_DEPENDENCIES = host-pkgconf
 
 # Some patches are touching configure.ac
 KMOD_AUTORECONF = YES