[oe-commits] Koen Kooi : module-init-tools: not all people have a working docbook2man ( debian has), so disable man page generation

GIT User account git at amethyst.openembedded.net
Tue Nov 18 00:17:17 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3ccb9b3f54dbdde10eee6f519d1a6ed82745e9ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3ccb9b3f54dbdde10eee6f519d1a6ed82745e9ff

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 18 01:15:51 2008 +0100

module-init-tools: not all people have a working docbook2man (debian has), so disable man page generation

---

 .../module-init-tools/module-init-tools_3.4.bb     |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/module-init-tools/module-init-tools_3.4.bb b/packages/module-init-tools/module-init-tools_3.4.bb
index 0f21d1f..caea00d 100644
--- a/packages/module-init-tools/module-init-tools_3.4.bb
+++ b/packages/module-init-tools/module-init-tools_3.4.bb
@@ -4,6 +4,8 @@ the same function that the modutils package serves for Linux 2.4."
 LICENSE = "GPL"
 SECTION = "base"
 
+PR = "r1"
+
 PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod"
 RDEPENDS_${PN} += "module-init-tools-depmod"
 
@@ -22,6 +24,10 @@ sbindir = "/sbin"
 
 inherit autotools
 
+do_configure_prepend() {
+	sed -i -e /MAN5\ =/d -e /MAN8\ =/d Makefile.am 
+}
+
 do_install() {
 	autotools_do_install
 	for f in bin/lsmod sbin/insmod sbin/rmmod sbin/modprobe sbin/modinfo sbin/depmod; do





More information about the Openembedded-commits mailing list