From: Thomas Petazzoni Date: Sat, 26 Oct 2019 11:56:21 +0000 (+0200) Subject: package/kmod: needs AUTORECONF = YES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b6ccd822d67ead697b34e4164f2e6391125d942;p=buildroot.git package/kmod: needs AUTORECONF = YES Commit 95fd2b593ef7194a23a20a64dac1e21e4e650ef2 ("package/kmod: add patch fixing the build with Python 3.8") added a patch that touches Makefile.am, but forgot to add AUTORECONF = YES. Let's fix this. Fixes: http://autobuild.buildroot.net/results/5185deba0c18072928a0a6867f15f77448228b0b/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk index a5bcf2f2d6..01bd85e06f 100644 --- a/package/kmod/kmod.mk +++ b/package/kmod/kmod.mk @@ -8,6 +8,8 @@ KMOD_VERSION = 26 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod KMOD_INSTALL_STAGING = YES +# 0002-Do-not-check-for-undefined-symbols-when-building-the.patch +KMOD_AUTORECONF = YES KMOD_DEPENDENCIES = host-pkgconf HOST_KMOD_DEPENDENCIES = host-pkgconf