diff options
| author | hongxu <hongxu.jia@eng.windriver.com> | 2025-07-21 16:21:02 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-28 14:51:50 +0100 |
| commit | 77c0667321372614e1d5990613916d2f7b45f6a1 (patch) | |
| tree | 73c7f74b0564d58b439841130770158f4b05b7bb /meta | |
| parent | 04e9297cc537d5d571b9c390887c3251465af2b1 (diff) | |
| download | poky-77c0667321372614e1d5990613916d2f7b45f6a1.tar.gz | |
readline: 8.2.13 -> 8.3
Remove obsolete patch:
- 0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch
(From OE-Core rev: 3e76f0f19c763ccf265ba9a5efe16fa9095ec76b)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
3 files changed, 6 insertions, 36 deletions
diff --git a/meta/recipes-core/readline/readline/0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch b/meta/recipes-core/readline/readline/0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch deleted file mode 100644 index 3bb4d53960..0000000000 --- a/meta/recipes-core/readline/readline/0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 9459ee899a291c55f08341df63e9a1b9b7af200a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sun, 16 Mar 2025 12:48:46 -0700 | ||
| 4 | Subject: [PATCH] Add fix for packages that are not compatible with C23 | ||
| 5 | |||
| 6 | Fixes builds with GCC-15 | ||
| 7 | Sourced from Fedora: https://src.fedoraproject.org/rpms/readline/c/c47eb813afb942128253213ad5b8221770557e48?branch=rawhide | ||
| 8 | |||
| 9 | Help getting packages like bluez5 building | ||
| 10 | |||
| 11 | Upstream-Status: Submitted [https://lists.gnu.org/archive/html/bug-readline/2025-03/msg00001.html] | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 13 | --- | ||
| 14 | rlstdc.h | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/rlstdc.h b/rlstdc.h | ||
| 18 | index 2aaa30b..a7a0ef3 100644 | ||
| 19 | --- a/rlstdc.h | ||
| 20 | +++ b/rlstdc.h | ||
| 21 | @@ -44,7 +44,7 @@ | ||
| 22 | |||
| 23 | /* Moved from config.h.in because readline.h:rl_message depends on these | ||
| 24 | defines. */ | ||
| 25 | -#if defined (__STDC__) && defined (HAVE_STDARG_H) | ||
| 26 | +#if defined (__STDC__) | ||
| 27 | # define PREFER_STDARG | ||
| 28 | # define USE_VARARGS | ||
| 29 | #else | ||
diff --git a/meta/recipes-core/readline/readline_8.2.13.bb b/meta/recipes-core/readline/readline_8.2.13.bb deleted file mode 100644 index 19b5cb6f58..0000000000 --- a/meta/recipes-core/readline/readline_8.2.13.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | require readline.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://norpath.patch \ | ||
| 4 | file://0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SRC_URI[archive.sha256sum] = "0e5be4d2937e8bd9b7cd60d46721ce79f88a33415dd68c2d738fb5924638f656" | ||
diff --git a/meta/recipes-core/readline/readline_8.3.bb b/meta/recipes-core/readline/readline_8.3.bb new file mode 100644 index 0000000000..ff5dec6c0a --- /dev/null +++ b/meta/recipes-core/readline/readline_8.3.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require readline.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://norpath.patch \ | ||
| 4 | " | ||
| 5 | |||
| 6 | SRC_URI[archive.sha256sum] = "fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc" | ||
