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.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index a780b6c15f..1728a4e080 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -7,8 +7,6 @@ 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 = "9"
11INC_PR = "r0"
12 10
13DEPENDS += "pkgconfig-native" 11DEPENDS += "pkgconfig-native"
14 12
@@ -19,17 +17,18 @@ inherit autotools gtk-doc ptest
19 17
20SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ 18SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
21 file://depmod-search.conf \ 19 file://depmod-search.conf \
22 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
23 file://run-ptest \ 20 file://run-ptest \
24 file://ptest.patch \ 21 file://ptest.patch \
25 " 22 "
26 23
27SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33" 24SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85"
25# Lookout for PV bump too when SRCREV is changed
26PV = "14"
28 27
29S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
30 29
31EXTRA_AUTORECONF += "--install --symlink" 30EXTRA_AUTORECONF += "--install --symlink"
32EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools" 31EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools --disable-manpages"
33 32
34do_configure_prepend () { 33do_configure_prepend () {
35 gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make 34 gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make