summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake/performance.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake/automake/performance.patch')
-rw-r--r--meta/recipes-devtools/automake/automake/performance.patch19
1 files changed, 14 insertions, 5 deletions
diff --git a/meta/recipes-devtools/automake/automake/performance.patch b/meta/recipes-devtools/automake/automake/performance.patch
index 3e6d5694dc..a8ba6592fa 100644
--- a/meta/recipes-devtools/automake/automake/performance.patch
+++ b/meta/recipes-devtools/automake/automake/performance.patch
@@ -1,15 +1,24 @@
1From cd47c328cb53546891bb3dc7c9b2c54ed01cc6d1 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Mon, 7 Dec 2015 18:28:05 +0000
4Subject: [PATCH] automake: Remove delays in configure scripts using automake
5
1By default automake puts "sleep 1" into the start of configure scripts 6By default automake puts "sleep 1" into the start of configure scripts
2which adds pointless delays to them. Rather than do this, lets just assume 7which adds pointless delays to them. Rather than do this, lets just assume
3our systems are sane. 8our systems are sane.
4 9
5RP 10RP
62015/12/7 112015/12/7
7Upstream-Status: Inappropriate 12Upstream-Status: Inappropriate
8 13
9Index: automake-1.15/m4/sanity.m4 14---
10=================================================================== 15 m4/sanity.m4 | 55 -------------------------------------------------------
11--- automake-1.15.orig/m4/sanity.m4 16 1 file changed, 55 deletions(-)
12+++ automake-1.15/m4/sanity.m4 17
18diff --git a/m4/sanity.m4 b/m4/sanity.m4
19index eaac218..bfdfe88 100644
20--- a/m4/sanity.m4
21+++ b/m4/sanity.m4
13@@ -23,60 +23,5 @@ case $srcdir in 22@@ -23,60 +23,5 @@ case $srcdir in
14 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; 23 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
15 esac 24 esac