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.inc6
1 files changed, 3 insertions, 3 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/"
7LICENSE = "GPL-2.0+ & LGPL-2.1+" 7LICENSE = "GPL-2.0+ & LGPL-2.1+"
8LICENSE_libkmod = "LGPL-2.1+" 8LICENSE_libkmod = "LGPL-2.1+"
9SECTION = "base" 9SECTION = "base"
10PV = "8" 10PV = "9"
11INC_PR = "r1" 11INC_PR = "r0"
12 12
13DEPENDS += "pkgconfig-native" 13DEPENDS += "pkgconfig-native"
14 14
@@ -22,7 +22,7 @@ SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
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 " 23 "
24 24
25SRCREV = "819f79a24d58e3c8429f1631df2f8f85a2f95d4a" 25SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28