]> code.ossystems Code Review - openembedded-core.git/commit
libtool: remove help2man dependency
authorMarko Lindqvist <cazfi74@gmail.com>
Sun, 6 Jan 2013 23:49:28 +0000 (01:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 13:47:42 +0000 (13:47 +0000)
commit51a97cfb96ee2e5eeef978678fe6acdd498b9555
treeb2eb13654c2f99c914edf69189035ee02352fd1e
parentcff5f9494f5bbb0df00ba8733d5356d381dde14b
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

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc
meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch [new file with mode: 0644]
meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch [deleted file]