summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-16 16:23:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 13:43:38 +0000
commit69c5e0992d811d4df6653382d4d8714829ea4309 (patch)
treee8a5e6cba4d19fe0dc0ac7f723045b160a760b0d /meta/recipes-devtools/libtool
parentad8250868f9420d779dc5c4233ffb87e329e4565 (diff)
downloadpoky-69c5e0992d811d4df6653382d4d8714829ea4309.tar.gz
libtool: 2.4.5 -> 2.4.6
Drop patch merged upstream. (From OE-Core rev: cd03ef79b50ed42b9d407ee45fc3e3321385281c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r--meta/recipes-devtools/libtool/libtool-2.4.6.inc (renamed from meta/recipes-devtools/libtool/libtool-2.4.5.inc)5
-rw-r--r--meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb (renamed from meta/recipes-devtools/libtool/libtool-cross_2.4.5.bb)0
-rw-r--r--meta/recipes-devtools/libtool/libtool-native_2.4.6.bb (renamed from meta/recipes-devtools/libtool/libtool-native_2.4.5.bb)0
-rw-r--r--meta/recipes-devtools/libtool/libtool/libtool-don-t-execute-automake-and-autoconf-on-every.patch71
-rw-r--r--meta/recipes-devtools/libtool/libtool_2.4.6.bb (renamed from meta/recipes-devtools/libtool/libtool_2.4.5.bb)0
-rw-r--r--meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb (renamed from meta/recipes-devtools/libtool/nativesdk-libtool_2.4.5.bb)0
6 files changed, 2 insertions, 74 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.5.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
index 0f6bdc83ee..ff5abcb239 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.5.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
@@ -19,11 +19,10 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
19 file://fix-resolve-lt-sysroot.patch \ 19 file://fix-resolve-lt-sysroot.patch \
20 file://nohardcodepaths.patch \ 20 file://nohardcodepaths.patch \
21 file://unwind-opt-parsing.patch \ 21 file://unwind-opt-parsing.patch \
22 file://libtool-don-t-execute-automake-and-autoconf-on-every.patch \
23 " 22 "
24 23
25SRC_URI[md5sum] = "7d30ed9fa6bb11270ebb31639a37bd54" 24SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
26SRC_URI[sha256sum] = "509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987" 25SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3"
27 26
28do_compile_prepend () { 27do_compile_prepend () {
29 # Sometimes this file doesn't get rebuilt, force the issue 28 # Sometimes this file doesn't get rebuilt, force the issue
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.5.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
index 847880270d..847880270d 100644
--- a/meta/recipes-devtools/libtool/libtool-cross_2.4.5.bb
+++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.5.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb
index 4c5218ade0..4c5218ade0 100644
--- a/meta/recipes-devtools/libtool/libtool-native_2.4.5.bb
+++ b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/libtool/libtool-don-t-execute-automake-and-autoconf-on-every.patch b/meta/recipes-devtools/libtool/libtool/libtool-don-t-execute-automake-and-autoconf-on-every.patch
deleted file mode 100644
index 87ffae12ee..0000000000
--- a/meta/recipes-devtools/libtool/libtool/libtool-don-t-execute-automake-and-autoconf-on-every.patch
+++ /dev/null
@@ -1,71 +0,0 @@
1From 408cfb9c5fa8a666917167ffb806cb19deded429 Mon Sep 17 00:00:00 2001
2From: "Gary V. Vaughan" <gary@gnu.org>
3Date: Fri, 6 Feb 2015 12:58:34 +0000
4Subject: [PATCH] libtool: don't execute automake and autoconf on every
5 invocation.
6
7Regression from 2.4.2 was causing noticable slow-down in builds
8that call libtool many times.
9* build-aux/ltmain.in (func_help): Override func_help() from
10gl/build-aux/options-parser to only run automake --version and
11autoconf --version when libtool --help is executed on the command
12line.
13* NO-THANKS: Add Robert Yang.
14Reported by Robert Yang
15
16Signed-off-by: Gary V. Vaughan <gary@gnu.org>
17
18Updated: Change NO-THANKS to THANKS to apply the patch since upstream
19renamed it.
20
21Upstream-Stauts: Backport
22
23Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
24
25---
26 THANKS | 1 +
27 build-aux/ltmain.in | 9 ++++++++-
28 2 files changed, 9 insertions(+), 1 deletion(-)
29
30diff --git a/THANKS b/THANKS
31index 0ab162d..aa7aa8c 100644
32--- a/THANKS
33+++ b/THANKS
34@@ -258,6 +258,7 @@ Robert Garron Robert.Garron@Access3000.net
35 Robert Millan rmh@aybabtu.com
36 Robert Ă–gren lists@roboros.com
37 Roberto Bagnara bagnara@cs.unipr.it
38+Robert Yang liezhi.yang@windriver.com
39 Roger Cornelius rac@tenzing.org
40 Roland Mainz roland.mainz@nrubsig.org
41 Roumen Petrov bugtrack@roumenpetrov.info
42diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
43index 46a0bb5..d5cf07a 100644
44--- a/build-aux/ltmain.in
45+++ b/build-aux/ltmain.in
46@@ -127,7 +127,12 @@ usage_message="Options:
47 "
48
49 # Additional text appended to 'usage_message' in response to '--help'.
50-long_help_message=$long_help_message"
51+func_help ()
52+{
53+ $debug_cmd
54+
55+ func_usage_message
56+ $ECHO "$long_help_message
57
58 MODE must be one of the following:
59
60@@ -158,6 +163,8 @@ include the following information:
61 Report bugs to <@PACKAGE_BUGREPORT@>.
62 GNU @PACKAGE@ home page: <@PACKAGE_URL@>.
63 General help using GNU software: <http://www.gnu.org/gethelp/>."
64+ exit 0
65+}
66
67
68 # func_lo2o OBJECT-NAME
69--
701.7.9.5
71
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.5.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
index 45f1b2f3a9..45f1b2f3a9 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.5.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.5.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb
index 508eade326..508eade326 100644
--- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.5.bb
+++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb