mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
kmod: disable man pages generation because we don't have working xsltproc
(From OE-Core rev: 7d782a6ef77072d7f0fe50d8208c24c9e9ea9507) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b4bc0a7f1b
commit
bc2c2fe1f6
@@ -17,6 +17,7 @@ inherit autotools
|
|||||||
|
|
||||||
SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
|
SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
|
||||||
file://depmod-search.conf \
|
file://depmod-search.conf \
|
||||||
|
file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "02629fa02e96763db7460a930239cc93649a52f8"
|
SRCREV = "02629fa02e96763db7460a930239cc93649a52f8"
|
||||||
|
|||||||
+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
|
||||||
|
|
||||||
@@ -14,10 +14,6 @@ bindir = "${base_bindir}"
|
|||||||
sbindir = "${base_sbindir}"
|
sbindir = "${base_sbindir}"
|
||||||
# libdir = "${base_libdir}"
|
# libdir = "${base_libdir}"
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
file://depmod-search.conf \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
install -dm755 ${D}${base_bindir}
|
install -dm755 ${D}${base_bindir}
|
||||||
install -dm755 ${D}${base_sbindir}
|
install -dm755 ${D}${base_sbindir}
|
||||||
|
|||||||
Reference in New Issue
Block a user