kmod: update to v5+git

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-02-23 15:37:25 +01:00
parent 4751336bc0
commit f22691564b
+7 -1
View File
@@ -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}"