aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc6
-rw-r--r--meta/recipes-kernel/kmod/kmod_git.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index adba4d436d..e4b4a98998 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -7,8 +7,8 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/"
LICENSE = "GPL-2.0+ & LGPL-2.1+"
LICENSE_libkmod = "LGPL-2.1+"
SECTION = "base"
-PV = "8"
-INC_PR = "r1"
+PV = "9"
+INC_PR = "r0"
DEPENDS += "pkgconfig-native"
@@ -22,7 +22,7 @@ SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
"
-SRCREV = "819f79a24d58e3c8429f1631df2f8f85a2f95d4a"
+SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index ad6283ebac..ca6b004a6c 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -3,7 +3,7 @@
require kmod.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.0"
PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"