diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-02-20 09:40:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 11:30:35 +0000 |
commit | c1e26de9c276d2cbfb7818e23972b133db20540d (patch) | |
tree | e0aa3e41a5caeb7f4bda482d5a46b227ab7d14f1 /meta/recipes-kernel/kmod/kmod.inc | |
parent | a79bc39033c07e5cb0aa5ca95afe8f035c403f33 (diff) | |
download | poky-c1e26de9c276d2cbfb7818e23972b133db20540d.tar.gz |
kmod: upgrade to 26
Refresh patches to avoid warning.
(From OE-Core rev: 5dc170d74e932e1dbfc58d23b204bf1d9ebc6e42)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 29885fbe77..ceb66ad170 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -14,9 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
14 | " | 14 | " |
15 | inherit autotools gtk-doc pkgconfig manpages | 15 | inherit autotools gtk-doc pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "aca4eca103d6699543f7ed663335c28c2e9908bb" | 17 | SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f" |
18 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |
19 | PV = "25+git${SRCPV}" | 19 | PV = "26+git${SRCPV}" |
20 | 20 | ||
21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |