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:50:40 +0000 |
commit | efcb4facc683e5c40c1ae30f99037150f7827b37 (patch) | |
tree | 51d12dfee31b60a4b2592e22af7030d3f90730f0 /meta/recipes-devtools/libtool/libtool-2.4.2.inc | |
parent | c12a97360f006f6c09c2c7bf9e867a9d5dd43b0a (diff) | |
download | 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-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" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | 9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
10 | 10 | ||
11 | INC_PR = "r5" | 11 | INC_PR = "r6" |
12 | 12 | ||
13 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ |
14 | file://trailingslash.patch \ | 14 | file://trailingslash.patch \ |
15 | file://prefix-manpage-fix.patch \ | ||
16 | file://rename-with-sysroot.patch \ | 15 | file://rename-with-sysroot.patch \ |
17 | file://use-sysroot-in-libpath.patch \ | 16 | file://use-sysroot-in-libpath.patch \ |
18 | file://fix-final-rpath.patch \ | 17 | file://fix-final-rpath.patch \ |
@@ -20,6 +19,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
20 | file://fix-rpath.patch \ | 19 | file://fix-rpath.patch \ |
21 | file://respect-fstack-protector.patch \ | 20 | file://respect-fstack-protector.patch \ |
22 | file://norm-rpath.patch \ | 21 | file://norm-rpath.patch \ |
22 | file://dont-depend-on-help2man.patch \ | ||
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI[md5sum] = "d2f3b7d4627e69e13514a40e72a24d50" | 25 | SRC_URI[md5sum] = "d2f3b7d4627e69e13514a40e72a24d50" |