aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-23 15:37:25 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-23 16:46:30 +0100
commitf22691564b8c5b198921d4316617e76d9858f6a1 (patch)
tree6801b750e838b6c02023aceb84fcd5449923d3cb /meta-oe/recipes-kernel
parent4751336bc02d6881efff1c0c6a1b449a156eb723 (diff)
downloadmeta-openembedded-contrib-f22691564b8c5b198921d4316617e76d9858f6a1.tar.gz
kmod: update to v5+git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/kmod/kmod_git.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb
index 1115bbff98..14c59a3914 100644
--- a/meta-oe/recipes-kernel/kmod/kmod_git.bb
+++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb
@@ -3,14 +3,20 @@ DESCRIPTION = "kmod - handle kernel modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+PR = "r1"
+
inherit autotools gitpkgv
PKGV = "${GITPKGVTAG}"
-SRCREV = "b30a71b8e8b0a4b099f50696c310a9e370a50afa"
+SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b"
SRC_URI = "git://git.profusion.mobi/kmod.git"
S = "${WORKDIR}/git"
+do_configure_prepend() {
+ gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make
+}
+
PACKAGES =+ "libkmod"
FILES_libkmod = "${libdir}/lib*${SOLIBS}"