module-init-tools: not all people have a working docbook2man (debian has), so disable...
authorKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 00:15:51 +0000 (01:15 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 00:15:51 +0000 (01:15 +0100)
packages/module-init-tools/module-init-tools_3.4.bb

index 0f21d1f..caea00d 100644 (file)
@@ -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