aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-18 01:15:51 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-18 01:15:51 +0100
commit3ccb9b3f54dbdde10eee6f519d1a6ed82745e9ff (patch)
tree578c9642e4fc1a92c20e75519d8d7eebd4a61049
parent4b177b3054b6817f10a55b688fd62ee1c5a84a58 (diff)
downloadopenembedded-3ccb9b3f54dbdde10eee6f519d1a6ed82745e9ff.tar.gz
module-init-tools: not all people have a working docbook2man (debian has), so disable man page generation
-rw-r--r--packages/module-init-tools/module-init-tools_3.4.bb6
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 0f21d1f279..caea00d194 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