mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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:
+26
@@ -0,0 +1,26 @@
|
|||||||
|
From ce6f0cabb65e67dd4d31e1e555db8bc6eaf435d3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||||
|
Date: Fri, 24 Feb 2012 07:35:38 +0100
|
||||||
|
Subject: [PATCH] man: disable man page generation because we don't have
|
||||||
|
working xsltproc
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [build system specific change]
|
||||||
|
|
||||||
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||||
|
---
|
||||||
|
Makefile.am | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
|
index 141c102..a8bdfd1 100644
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-SUBDIRS = . libkmod/docs man
|
||||||
|
+SUBDIRS = . libkmod/docs
|
||||||
|
|
||||||
|
DISTCLEAN_LOCAL_HOOKS =
|
||||||
|
EXTRA_DIST =
|
||||||
|
--
|
||||||
|
1.7.8.4
|
||||||
|
|
||||||
@@ -3,13 +3,15 @@ DESCRIPTION = "kmod - handle kernel modules"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit autotools gitpkgv
|
inherit autotools gitpkgv
|
||||||
|
|
||||||
PKGV = "${GITPKGVTAG}"
|
PKGV = "${GITPKGVTAG}"
|
||||||
SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b"
|
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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user