mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
794 B
Diff
22 lines
794 B
Diff
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.2.10/Makefile.am
|
|
===================================================================
|
|
--- libtool-2.2.10.orig/Makefile.am
|
|
+++ libtool-2.2.10/Makefile.am
|
|
@@ -337,7 +337,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
|
|
|