projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11520e3
)
package/kmod: needs AUTORECONF = YES
author
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 26 Oct 2019 11:56:21 +0000
(13:56 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 26 Oct 2019 11:56:21 +0000
(13:56 +0200)
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 <thomas.petazzoni@bootlin.com>
package/kmod/kmod.mk
patch
|
blob
|
history
diff --git
a/package/kmod/kmod.mk
b/package/kmod/kmod.mk
index a5bcf2f2d6958d1c84c14bde85909af5f6ba1ff6..01bd85e06ff4ae5dc4bfe99a02225afbf5c811aa 100644
(file)
--- 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