mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01:00
add patch 0001-test-getopt-posix-fix.patch for fix test-getopt-posix (From OE-Core rev: 6048f6787b0b6e98f8d16710ffb68fe10c41e0a2) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
31 lines
962 B
Diff
31 lines
962 B
Diff
From ab8491111b4578db5b735c6466187775e1855f18 Mon Sep 17 00:00:00 2001
|
|
From: Changqing Li <changqing.li@windriver.com>
|
|
Date: Tue, 23 Apr 2019 15:35:00 +0800
|
|
Subject: [PATCH] add a patch to use serial-tests config needed by ptest
|
|
|
|
Add serial-tests support, ptest need it.
|
|
|
|
Upstream-Status: Inappropriate [oe specific]
|
|
|
|
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 78b8788..931fa6f 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
|
[bug-m4@gnu.org])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
|
|
-AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests
|
|
+AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests serial-tests
|
|
silent-rules subdir-objects gnu])
|
|
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
|
|
|
--
|
|
2.7.4
|
|
|