[Buildroot] [PATCH 2/2] kmod: needs to autoreconf

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Oct 10 10:28:17 UTC 2014


Fixes:
http://autobuild.buildroot.net/results/7a7/7a70b179f17070d0a0883f71c60030dd7d8a9102/
Didn't see widespread failure because it autoreconfed on its own just
fine if autotools infra was already present.
And didn't work before the automake patch with AUTORECONF=YES because of
an older gtk-doc.m4

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/kmod/kmod.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 1f170dd..99ab387 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -8,6 +8,8 @@ KMOD_VERSION = 18
 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
 KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod
 KMOD_INSTALL_STAGING = YES
+# For kmod-0002-add-backup-implementation-of-be32toh.patch
+KMOD_AUTORECONF = YES
 KMOD_DEPENDENCIES = host-pkgconf
 HOST_KMOD_DEPENDENCIES = host-pkgconf
 
-- 
2.0.4




More information about the buildroot mailing list