summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 3cd963f651..a780b6c15f 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -15,11 +15,13 @@ DEPENDS += "pkgconfig-native"
15LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ 15LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
16 file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 16 file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
17 " 17 "
18inherit autotools gtk-doc 18inherit autotools gtk-doc ptest
19 19
20SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ 20SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
21 file://depmod-search.conf \ 21 file://depmod-search.conf \
22 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ 22 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
23 file://run-ptest \
24 file://ptest.patch \
23 " 25 "
24 26
25SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33" 27SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"