diff options
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 899881e1fb..53574b6e39 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc @@ -14,16 +14,14 @@ DEPENDS += "pkgconfig-native" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ " -inherit autotools gtk-doc ptest +inherit autotools gtk-doc -SRCREV = "fd56638aed3fe147015bfa10ed4a5f7491303cb4" +SRCREV = "d9c71758595cad72c8278179eabf17017615f704" # Lookout for PV bump too when SRCREV is changed -PV = "19+git${SRCPV}" +PV = "20+git${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ file://depmod-search.conf \ - file://run-ptest \ - file://ptest.patch \ file://avoid_parallel_tests.patch \ file://fix-O_CLOEXEC.patch \ " |