mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
gcc: update upstream-status for patches python: update upstream-status for patches libtool: update upstream-status of patches m4: update upstream status for patches eglibc: remove unused patches eglibc: update upstream status of patches glibc: update upstream-status of patches & remove unused patches (From OE-Core rev: d10df0e5a363fe8b305ffac7e8ac231da8e07552) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
803 B
Diff
22 lines
803 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.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
|
|
|