Openembedded Core Discussions
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 02/22] bash: upgrade 5.2.32 -> 5.2.37
Date: Fri, 25 Oct 2024 13:39:09 +0800	[thread overview]
Message-ID: <1729834769-4717-2-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1729834769-4717-1-git-send-email-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

0001-fix-c99.patch
refreshed for 5.2.37

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../bash/bash/0001-fix-c99.patch              | 41 -------------------
 .../bash/{bash_5.2.32.bb => bash_5.2.37.bb}   |  3 +-
 2 files changed, 1 insertion(+), 43 deletions(-)
 delete mode 100644 meta/recipes-extended/bash/bash/0001-fix-c99.patch
 rename meta/recipes-extended/bash/{bash_5.2.32.bb => bash_5.2.37.bb} (87%)

diff --git a/meta/recipes-extended/bash/bash/0001-fix-c99.patch b/meta/recipes-extended/bash/bash/0001-fix-c99.patch
deleted file mode 100644
index abd83d09af..0000000000
--- a/meta/recipes-extended/bash/bash/0001-fix-c99.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From e8ec2d75a52bdc93c83a679a71a68f4033033b8b Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@arm.com>
-Date: Wed, 19 Jun 2024 12:57:39 +0000
-Subject: [PATCH] Fix C99 problems
-
-Backport some fixes from upstream to fix configure checks that fail with GCC 14.1.
-
-Upstream-Status: Backport [devel branch]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- aclocal.m4   | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/aclocal.m4 b/aclocal.m4
-index cc97bd4..7423b99 100644
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -238,6 +238,9 @@ AC_CACHE_VAL(bash_cv_dup2_broken,
- #include <sys/types.h>
- #include <fcntl.h>
- #include <stdlib.h>
-+#ifdef HAVE_UNISTD_H
-+# include <unistd.h>
-+#endif /* HAVE_UNISTD_H */
- int
- main()
- {
-diff --git a/configure.ac b/configure.ac
-index a3b5bd7..2a38c6b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -842,7 +842,7 @@ AC_CHECK_DECLS([strtold], [
- 	[AC_COMPILE_IFELSE(
- 		[AC_LANG_PROGRAM(
- 		[[#include <stdlib.h>]],
--		[[long double r; char *foo, bar; r = strtold(foo, &bar);]]
-+		[[long double r; char *foo, *bar; r = strtold(foo, &bar);]]
- 	)],
- 	[bash_cv_strtold_broken=no],[bash_cv_strtold_broken=yes])
-         ]
diff --git a/meta/recipes-extended/bash/bash_5.2.32.bb b/meta/recipes-extended/bash/bash_5.2.37.bb
similarity index 87%
rename from meta/recipes-extended/bash/bash_5.2.32.bb
rename to meta/recipes-extended/bash/bash_5.2.37.bb
index b159c0232f..3dcaefa374 100644
--- a/meta/recipes-extended/bash/bash_5.2.32.bb
+++ b/meta/recipes-extended/bash/bash_5.2.37.bb
@@ -14,10 +14,9 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
            file://use_aclocal.patch \
            file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \
            file://fix-filesubst-errexit.patch \
-           file://0001-fix-c99.patch \
            "
 
-SRC_URI[tarball.sha256sum] = "d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5"
+SRC_URI[tarball.sha256sum] = "9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
 
 DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
 DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
-- 
2.34.1



  reply	other threads:[~2024-10-25  5:40 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  5:39 [OE-core] [PATCH 01/22] autoconf-archive: upgrade 2023.02.20 -> 2024.10.16 wangmy
2024-10-25  5:39 ` wangmy [this message]
2024-10-25  9:10   ` [OE-core] [PATCH 02/22] bash: upgrade 5.2.32 -> 5.2.37 Alexander Kanavin
2024-10-25  5:39 ` [OE-core] [PATCH 03/22] epiphany: upgrade 47.0 -> 47.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 04/22] i2c-tools: upgrade 4.3 -> 4.4 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 05/22] less: upgrade 661 -> 668 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 06/22] libarchive: upgrade 3.7.6 -> 3.7.7 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 07/22] libubootenv: upgrade 0.3.5 -> 0.3.6 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 08/22] libunistring: upgrade 1.2 -> 1.3 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 09/22] libuv: upgrade 1.49.0 -> 1.49.2 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 10/22] libxmlb: upgrade 0.3.19 -> 0.3.21 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 11/22] llvm: upgrade 19.1.0 -> 19.1.2 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 12/22] meson: upgrade 1.5.2 -> 1.6.0 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 13/22] ofono: upgrade 2.10 -> 2.11 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 14/22] ptest-runner: upgrade 2.4.5 -> 2.5.1 wangmy
2024-10-25  9:12   ` Alexander Kanavin
2024-10-27  3:12     ` Mingyu Wang (Fujitsu)
2024-10-28 19:46       ` Alexander Kanavin
     [not found]       ` <1802B5823947D89C.18751@lists.openembedded.org>
2024-10-29 11:56         ` Alexander Kanavin
2024-10-29 22:34           ` Richard Purdie
2024-10-25  5:39 ` [OE-core] [PATCH 15/22] python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 16/22] python3-poetry-core: upgrade 1.9.0 -> 1.9.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 17/22] python3-psutil: upgrade 6.0.0 -> 6.1.0 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 18/22] python3-rdflib: upgrade 7.0.0 -> 7.1.0 wangmy
2024-10-29  9:40   ` Mathieu Dubois-Briand
2024-10-31  8:36     ` Mingyu Wang (Fujitsu)
2024-10-25  5:39 ` [OE-core] [PATCH 19/22] python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.1 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 20/22] python3-xmltodict: upgrade 0.13.0 -> 0.14.2 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 21/22] systemd: upgrade 256.6 -> 256.7 wangmy
2024-10-25  5:39 ` [OE-core] [PATCH 22/22] xtrans: upgrade 1.5.0 -> 1.5.1 wangmy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729834769-4717-2-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox