mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
Rebased patches to the newer source code and deleted resolve-sysroot.patch
since its already applied upstream
merged libtool-2.4.2.inc & libtool.inc files
replaced PR with ${INC_PR}.0
(From OE-Core rev: aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
802 B
Diff
22 lines
802 B
Diff
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
|
|
|