summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/module-init-tools/files/disable_man.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-31 00:34:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-07 16:42:47 +0100
commit884c7c6eee8e6116c1a9b9ebb0e07c1e103895fb (patch)
tree1e3f720de51c6b71db1f24cf0dac8ce1a94afb68 /meta/recipes-kernel/module-init-tools/files/disable_man.patch
parentbc2c2fe1f6d9952aa7f6de2a461011238568e341 (diff)
downloadpoky-884c7c6eee8e6116c1a9b9ebb0e07c1e103895fb.tar.gz
module-init-tools: Delete
Since its provided by kmod (From OE-Core rev: 27bc204010b9dccb30847d7b3216f8b1e106f64e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/module-init-tools/files/disable_man.patch')
-rw-r--r--meta/recipes-kernel/module-init-tools/files/disable_man.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-kernel/module-init-tools/files/disable_man.patch b/meta/recipes-kernel/module-init-tools/files/disable_man.patch
deleted file mode 100644
index 95ad9cf92f..0000000000
--- a/meta/recipes-kernel/module-init-tools/files/disable_man.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1# disable man page build
2#
3# by Kevin Tian <kevin.tian@intel.com>, 2010-07-21
4
5Upstream-Status: Inappropriate [disable feature]
6
7diff --git a/Makefile.am b/Makefile.am
8index 6f83c12..32972a8 100644
9--- a/Makefile.am
10+++ b/Makefile.am
11@@ -39,13 +39,12 @@ modindex_LDADD = $(LDADD) libmodtools.a
12 MAN5 = modprobe.conf.5 modules.dep.5 depmod.conf.5 modprobe.d.5
13 MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
14 SGML = $(addprefix doc/, $(MAN5:%.5=%.sgml) $(MAN8:%.8=%.sgml))
15-dist_man_MANS = $(MAN5) $(MAN8)
16 # If they haven't overridden mandir, fix it (never /man!)
17 mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then echo /usr/share/man; else echo $(prefix)/share/man; fi; else echo @mandir@; fi)
18
19 TESTSUITE := $(shell test -e @srcdir@/tests && find @srcdir@/tests -type f ! -name '*~')
20
21-EXTRA_DIST = generate-modprobe.conf FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE)
22+EXTRA_DIST = generate-modprobe.conf FAQ CODING stress_modules.sh install-with-care
23
24 sbin_PROGRAMS = insmod modprobe rmmod depmod modinfo
25 if BUILD_STATIC_UTILS