summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2026-02-13 12:22:45 +0000
committerPaul Barker <paul@pbarker.dev>2026-02-27 15:54:02 +0000
commit56e5f34c39fa8295c54d3d08eb9a498726ff8752 (patch)
treec22e52e723288d91a3a0f803eac75251b9e610ed
parentc129bb9b7e21bb35361d531b2301ffd258567298 (diff)
downloadpoky-56e5f34c39fa8295c54d3d08eb9a498726ff8752.tar.gz
pseudo: Update to include an openat2 fix
We're seeing occasional autobuilder failures with tar issues related to openat2. It appears there are definitions missing on debian 11 and opensuse 15.5 systems which mean the openat2 syscall intercept isn't compiled in. This then triggers on systems using the openat2 syscall, such as alma9 where it is used in a tar CVE fix. This updates to include the fix from upstream pseudo (along with a compile warning fix). This was tested by taking sstate for pseudo-native from a debian 11 system and using it in a build of "bitbake nativesdk-git -c install" on a alma9 system where that task failed. After this fix, it completes. (From OE-Core rev: 2759db87db7529d60a5b2344dc1db7720e3518d6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2c20c05b324e5d6564c8554381019170839509bb) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 8130fb2135..db3951f23c 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -12,7 +12,7 @@ SRC_URI:append:class-nativesdk = " \
12 file://older-glibc-symbols.patch" 12 file://older-glibc-symbols.patch"
13SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" 13SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
14 14
15SRCREV = "750362cc7b9fa58dffccd95d919b435c6d8ac614" 15SRCREV = "9ab513512d8b5180a430ae4fa738cb531154cdef"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "1.9.3+git" 17PV = "1.9.3+git"
18 18