summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-14 20:00:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-15 09:38:37 +0000
commitf595da926eb6b887a716edd26829ad922dd6861b (patch)
tree3fd311f4d21851e17890833a22af4da4e2f3f94e /meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch
parent93b26a86ef0b7f6eb0fdc1e0a1aa524023c8203e (diff)
downloadpoky-f595da926eb6b887a716edd26829ad922dd6861b.tar.gz
gettext: update 0.21 -> 0.21.1
License-update: formatting Refresh gettext-minimal files from the 0.21.1 install tree. (From OE-Core rev: 250a265893661c1ca12c31e5b78b527b96cbcfc6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch b/meta/recipes-core/gettext/gettext-0.21/serial-tests-config.patch
deleted file mode 100644
index 93f7c03334..0000000000
--- a/meta/recipes-core/gettext/gettext-0.21/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.