mirror of
https://git.yoctoproject.org/poky
synced 2026-07-30 07:17:46 +02:00
This has been 4 years in making, it has fixes to build with gcc-15
and some patches are upstream [1] [2]
This release collects several years of portability improvements, as
well as a couple of minor optimizations to performance. Notable
improvements in this release include faster execution of the 'eval'
builtin. More details [3]
[1] 2d830e4a79
[2] https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=commitdiff;h=a6ff69873110c0a8ba6f7fd90532dbc11224828c
[3] https://lists.gnu.org/archive/html/m4-announce/2025-05/msg00000.html
(From OE-Core rev: b30b952d82af8d505728123023344aac3d9204b8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
841 B
Diff
26 lines
841 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(-)
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/
|
|
[bug-m4@gnu.org])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
|
|
-AM_INIT_AUTOMAKE([1.14 dist-bzip2 dist-xz color-tests parallel-tests
|
|
+AM_INIT_AUTOMAKE([1.14 dist-bzip2 dist-xz color-tests serial-tests
|
|
silent-rules subdir-objects gnu])
|
|
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
|
|