summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake/buildtest.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-07-03 12:11:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-05 00:22:08 +0100
commit4604255985ebdc03d159bea66ecb527b993a585e (patch)
tree58fcbf01049532f8597b61a647902a5caf7eeaf1 /meta/recipes-devtools/automake/automake/buildtest.patch
parentbf760b5d9d00bfa7d3d98b5aedac478707c7315d (diff)
downloadpoky-4604255985ebdc03d159bea66ecb527b993a585e.tar.gz
automake: 1.15.1 -> 1.16.1
* Refreshed the following patches: - 0001-automake-Add-default-libtool_tag-to-cppasm.patch - automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch - buildtest.patch - new_rt_path_for_test-driver.patch - performance.patch - python-libdir.patch (From OE-Core rev: f63a493298de7d0cac36a65dafba5dae06c06a05) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake/buildtest.patch')
-rw-r--r--meta/recipes-devtools/automake/automake/buildtest.patch20
1 files changed, 16 insertions, 4 deletions
diff --git a/meta/recipes-devtools/automake/automake/buildtest.patch b/meta/recipes-devtools/automake/automake/buildtest.patch
index c32cd1fb11..b88b9e8693 100644
--- a/meta/recipes-devtools/automake/automake/buildtest.patch
+++ b/meta/recipes-devtools/automake/automake/buildtest.patch
@@ -1,13 +1,25 @@
1From a860b28069785aa5bf2fa9b671287de9af5004ff Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= <bjst@enea.com>
3Date: Wed, 19 Dec 2012 17:18:27 +0100
4Subject: [PATCH] Add a new distro feature "ptest".
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
1Split "check-TESTS" into a buildtest and runtest target, so that they can 9Split "check-TESTS" into a buildtest and runtest target, so that they can
2be run separately. 10be run separately.
3 11
4Signed-off-by: Björn Stenberg <bjst@enea.com> 12Signed-off-by: Björn Stenberg <bjst@enea.com>
5Upstream-Status: Pending 13Upstream-Status: Pending
6 14
7Index: automake-1.15.1/lib/am/check.am 15---
8=================================================================== 16 lib/am/check.am | 11 +++++++++--
9--- automake-1.15.1.orig/lib/am/check.am 17 1 file changed, 9 insertions(+), 2 deletions(-)
10+++ automake-1.15.1/lib/am/check.am 18
19diff --git a/lib/am/check.am b/lib/am/check.am
20index e0db651..de137fa 100644
21--- a/lib/am/check.am
22+++ b/lib/am/check.am
11@@ -41,7 +41,7 @@ am__tty_colors = { \ 23@@ -41,7 +41,7 @@ am__tty_colors = { \
12 fi; \ 24 fi; \
13 } 25 }