summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-07 01:49:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 13:50:40 +0000
commitefcb4facc683e5c40c1ae30f99037150f7827b37 (patch)
tree51d12dfee31b60a4b2592e22af7030d3f90730f0 /meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
parentc12a97360f006f6c09c2c7bf9e867a9d5dd43b0a (diff)
downloadast2050-yocto-poky-efcb4facc683e5c40c1ae30f99037150f7827b37.zip
ast2050-yocto-poky-efcb4facc683e5c40c1ae30f99037150f7827b37.tar.gz
libtool: remove help2man dependency
Remove manpage creation. It wasn't working because of help2man missing when libtool is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. Removed prefix-manpage-fix.patch as only code it touched is being removed by new dont-depend-on-help2man.patch (From OE-Core rev: 51a97cfb96ee2e5eeef978678fe6acdd498b9555) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch')
-rw-r--r--meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch b/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
deleted file mode 100644
index 879778c..0000000
--- a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-For cross environment, it not possible to run the generated executable.
-nstead use the build version of libtool to generate the man pages.
-
-Date: 2010/07/09
-Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
-
-Index: libtool-2.4.2/Makefile.am
-===================================================================
---- libtool-2.4.2.orig/Makefile.am
-+++ libtool-2.4.2/Makefile.am
-@@ -333,7 +333,7 @@ update_mans = \
- PATH=".$(PATH_SEPARATOR)$$PATH"; export PATH; \
- $(HELP2MAN) --output=$@
- $(srcdir)/doc/libtool.1: $(srcdir)/$(auxdir)/ltmain.sh
-- $(update_mans) --help-option=--help-all libtool
-+ $(update_mans) --help-option=--help-all ${build_alias}-libtool
- $(srcdir)/doc/libtoolize.1: $(srcdir)/libtoolize.in
- $(update_mans) libtoolize
-
OpenPOWER on IntegriCloud