diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-01-26 15:06:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:44 +0000 |
commit | df525efab1cefa3e05e50544b1fbc790cc4cf850 (patch) | |
tree | 491f72ba178273f11fed9f3f4f6250bdd51e030c | |
parent | f3beb683380ec0d9efa0d6af83205350afd1b2de (diff) | |
download | openembedded-core-df525efab1cefa3e05e50544b1fbc790cc4cf850.tar.gz |
kmod: 24 -> 25
Upgrade kmod from 24 to 25.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 7fb10b58c5..7e5362f931 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 \ " inherit autotools gtk-doc pkgconfig manpages -SRCREV = "ef4257b59c4307b8c627d89f3c7f1feedb32582f" +SRCREV = "aca4eca103d6699543f7ed663335c28c2e9908bb" # Lookout for PV bump too when SRCREV is changed -PV = "24+git${SRCPV}" +PV = "25+git${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ file://depmod-search.conf \ |