summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:31 +0100
commit4c3d44207b3c4013537ef421529f150ff6ee7aab (patch)
tree91087f5e33f1f10a442fc39f11f9527fd3515dd8 /meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch
parent79400a1042e24d38752ffdc1288aefe3415c6c11 (diff)
downloadpoky-4c3d44207b3c4013537ef421529f150ff6ee7aab.tar.gz
gettext: update 0.20.1 -> 0.20.2
(From OE-Core rev: 2419443c02496c2f58f2d6ce093a3c2aa71eedb4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch b/meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch
deleted file mode 100644
index 93f7c03334..0000000000
--- a/meta/recipes-core/gettext/gettext-0.20.1/serial-tests-config.patch
+++ /dev/null
@@ -1,56 +0,0 @@
1From ed64a5724ef7d6eb4e9a876f817ea266a536e195 Mon Sep 17 00:00:00 2001
2From: "Hongjun.Yang" <hongjun.yang@windriver.com>
3Date: Thu, 28 Jul 2016 12:36:15 +0800
4Subject: [PATCH] fix for ptest
5
6Add serial-tests support, ptest need it
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Changqing Li <changqing.li@windriver.com>
11
12---
13 configure.ac | 2 +-
14 gettext-runtime/configure.ac | 2 +-
15 gettext-tools/configure.ac | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18diff --git a/configure.ac b/configure.ac
19index 38db6fd..f019ae0 100644
20--- a/configure.ac
21+++ b/configure.ac
22@@ -22,7 +22,7 @@ AC_INIT([gettext],
23 [bug-gettext@gnu.org])
24 AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
25 AC_CONFIG_AUX_DIR([build-aux])
26-AM_INIT_AUTOMAKE([1.13 silent-rules parallel-tests tar-ustar])
27+AM_INIT_AUTOMAKE([1.13 silent-rules serial-tests tar-ustar])
28
29 dnl Override automake's tar command used for creating distributions.
30 am__tar='${AMTAR} chf - --format=ustar --owner=root --group=root "$$tardir"'
31diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
32index de203e7..138a07f 100644
33--- a/gettext-runtime/configure.ac
34+++ b/gettext-runtime/configure.ac
35@@ -22,7 +22,7 @@ AC_INIT([gettext-runtime],
36 [bug-gettext@gnu.org])
37 AC_CONFIG_SRCDIR([intl/dcigettext.c])
38 AC_CONFIG_AUX_DIR([../build-aux])
39-AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
40+AM_INIT_AUTOMAKE([1.11.1 silent-rules serial-tests])
41 AC_CONFIG_HEADERS([config.h])
42
43 dnl Installation directories.
44diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
45index cf1dd73..b544d6d 100644
46--- a/gettext-tools/configure.ac
47+++ b/gettext-tools/configure.ac
48@@ -22,7 +22,7 @@ AC_INIT([gettext-tools],
49 [bug-gettext@gnu.org])
50 AC_CONFIG_SRCDIR([src/msgfmt.c])
51 AC_CONFIG_AUX_DIR([../build-aux])
52-AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
53+AM_INIT_AUTOMAKE([1.11.1 silent-rules serial-tests])
54 AC_CONFIG_HEADERS([config.h])
55
56 dnl Installation directories.