Commit fac638d2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

kmod: explicitly define host-kmod dependencies



So we don't end up pulling in host-busybox (which doesn't exist) if
KMOD_TOOLS is enabled.

Reported-by: default avatarSagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent dfb0fe48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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