[oe-commits] Koen Kooi : kmod: update to v5+git

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 17:02:31 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: f22691564b8c5b198921d4316617e76d9858f6a1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f22691564b8c5b198921d4316617e76d9858f6a1

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Feb 23 15:37:25 2012 +0100

kmod: update to v5+git

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-kernel/kmod/kmod_git.bb |    8 +++++++-
 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 1115bbf..14c59a3 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}"
 





More information about the Openembedded-commits mailing list