diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-08 15:53:31 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:05:32 -0800 |
| commit | 044c07e9fbaac64b276dab8401894077db0226b8 (patch) | |
| tree | ef1b0adbb70d71c8395e998c28dac7e8f39b133f | |
| parent | 707e3073b4d5a6d047f15fa1519c8cef03f02e37 (diff) | |
| download | poky-044c07e9fbaac64b276dab8401894077db0226b8.tar.gz | |
pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
rpm 4.19 now builds with LFS64 support enabled by default,
so it calls statvfs64() to get the space available on the
filesystem it is installing packages into. This is not
getting caught by pseudo, so rpm is checking the host's
root filesystem, rather than the filesystem where the
build is happening.
Merge in that fix and a gcc14 fix.
(From OE-Core rev: 1b181d1fcef45f969ef9147912995d80dbe87d87)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/pseudo/files/glibc238.patch | 13 | ||||
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/meta/recipes-devtools/pseudo/files/glibc238.patch b/meta/recipes-devtools/pseudo/files/glibc238.patch index 76ca8c11eb..da4b8caee3 100644 --- a/meta/recipes-devtools/pseudo/files/glibc238.patch +++ b/meta/recipes-devtools/pseudo/files/glibc238.patch | |||
| @@ -44,19 +44,6 @@ Index: git/pseudo_util.c | |||
| 44 | 44 | ||
| 45 | #include <ctype.h> | 45 | #include <ctype.h> |
| 46 | #include <errno.h> | 46 | #include <errno.h> |
| 47 | Index: git/pseudolog.c | ||
| 48 | =================================================================== | ||
| 49 | --- git.orig/pseudolog.c | ||
| 50 | +++ git/pseudolog.c | ||
| 51 | @@ -8,7 +8,7 @@ | ||
| 52 | */ | ||
| 53 | /* We need _XOPEN_SOURCE for strptime(), but if we define that, | ||
| 54 | * we then don't get S_IFSOCK... _GNU_SOURCE turns on everything. */ | ||
| 55 | -#define _GNU_SOURCE | ||
| 56 | +#define _DEFAULT_SOURCE | ||
| 57 | |||
| 58 | #include <ctype.h> | ||
| 59 | #include <limits.h> | ||
| 60 | Index: git/pseudo_client.c | 47 | Index: git/pseudo_client.c |
| 61 | =================================================================== | 48 | =================================================================== |
| 62 | --- git.orig/pseudo_client.c | 49 | --- git.orig/pseudo_client.c |
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 067fb6b378..ad7067a08f 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI:append:class-nativesdk = " \ | |||
| 14 | file://older-glibc-symbols.patch" | 14 | file://older-glibc-symbols.patch" |
| 15 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" | 15 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" |
| 16 | 16 | ||
| 17 | SRCREV = "a8453eea4d902bbb0e01c786f1cb4a178c3bbee3" | 17 | SRCREV = "516a0a3c4b46f046895d27bfa019d685fe462dfa" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | PV = "1.9.0+git${SRCPV}" | 19 | PV = "1.9.0+git${SRCPV}" |
| 20 | 20 | ||
