aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-2.4.5.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-02-10 18:06:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 22:26:08 +0000
commit9fd23c9ac03143b578559bb79995f2655c81ccc8 (patch)
tree8bb73a0a58aeed6113b6c5ab01f5a9a37f3e779e /meta/recipes-devtools/libtool/libtool-2.4.5.inc
parent600c9bb271a47674876b029a6a58ffac08add8ed (diff)
downloadopenembedded-core-contrib-9fd23c9ac03143b578559bb79995f2655c81ccc8.tar.gz
libtool: don't execute automake and autoconf on every invocation
From the origin commit message: Regression from 2.4.2 was causing noticable slow-down in builds that call libtool many times. * build-aux/ltmain.in (func_help): Override func_help() from gl/build-aux/options-parser to only run automake --version and autoconf --version when libtool --help is executed on the command line. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.5.inc')
-rw-r--r--meta/recipes-devtools/libtool/libtool-2.4.5.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.5.inc b/meta/recipes-devtools/libtool/libtool-2.4.5.inc
index 88e281f678..0f6bdc83ee 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.5.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.5.inc
@@ -19,6 +19,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
file://fix-resolve-lt-sysroot.patch \
file://nohardcodepaths.patch \
file://unwind-opt-parsing.patch \
+ file://libtool-don-t-execute-automake-and-autoconf-on-every.patch \
"
SRC_URI[md5sum] = "7d30ed9fa6bb11270ebb31639a37bd54"