diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-07 01:49:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:47:42 +0000 |
commit | 51a97cfb96ee2e5eeef978678fe6acdd498b9555 (patch) | |
tree | b2eb13654c2f99c914edf69189035ee02352fd1e /meta/recipes-devtools/libtool/libtool-2.4.2.inc | |
parent | cff5f9494f5bbb0df00ba8733d5356d381dde14b (diff) | |
download | openembedded-core-51a97cfb96ee2e5eeef978678fe6acdd498b9555.tar.gz openembedded-core-51a97cfb96ee2e5eeef978678fe6acdd498b9555.tar.bz2 openembedded-core-51a97cfb96ee2e5eeef978678fe6acdd498b9555.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.2.inc')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc index 12a783a17d..bb4ddf0084 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc @@ -8,11 +8,10 @@ LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" -INC_PR = "r5" +INC_PR = "r6" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://trailingslash.patch \ - file://prefix-manpage-fix.patch \ file://rename-with-sysroot.patch \ file://use-sysroot-in-libpath.patch \ file://fix-final-rpath.patch \ @@ -20,6 +19,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://fix-rpath.patch \ file://respect-fstack-protector.patch \ file://norm-rpath.patch \ + file://dont-depend-on-help2man.patch \ " SRC_URI[md5sum] = "d2f3b7d4627e69e13514a40e72a24d50" |