kmod: disable man pages generation because we don't have working xsltproc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Martin Jansa
2012-02-24 06:53:00 +00:00
committed by Koen Kooi
parent 130aa9c97f
commit f75e91c48c
2 changed files with 30 additions and 2 deletions
+4 -2
View File
@@ -3,13 +3,15 @@ DESCRIPTION = "kmod - handle kernel modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PR = "r1"
PR = "r2"
inherit autotools gitpkgv
PKGV = "${GITPKGVTAG}"
SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b"
SRC_URI = "git://git.profusion.mobi/kmod.git"
SRC_URI = "git://git.profusion.mobi/kmod.git \
file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
"
S = "${WORKDIR}/git"