diff mbox series

pseudo: Update to pull in fixes for undefined __NR_openat2 and SYS_openat2

Message ID 20260227064914.19315-1-nilskruse97@gmail.com
State Under Review
Headers show
Series pseudo: Update to pull in fixes for undefined __NR_openat2 and SYS_openat2 | expand

Commit Message

Nils Kruse Feb. 27, 2026, 6:49 a.m. UTC
This fixes a compilation error on Ubuntu 20.04 hosts.

Signed-off-by: Nils Kruse <nilskruse97@gmail.com>
---
 meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mathieu Dubois-Briand Feb. 27, 2026, 7:50 a.m. UTC | #1
On Fri Feb 27, 2026 at 7:49 AM CET, Nils Kruse via lists.openembedded.org wrote:
> This fixes a compilation error on Ubuntu 20.04 hosts.
>
> Signed-off-by: Nils Kruse <nilskruse97@gmail.com>

Hi Nils,

Thanks for your patch, but I believe a similar patch was merged a few
days ago:

https://git.openembedded.org/openembedded-core/commit/?id=e9a35f32b983de724d2c2e436c017b49d5b70469

Thanks,
Mathieu
diff mbox series

Patch

diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index bee6fcb149..0f063f1881 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 = " \
     file://older-glibc-symbols.patch"
 SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
 
-SRCREV = "9ab513512d8b5180a430ae4fa738cb531154cdef"
+SRCREV = "43cbd8fb4914328094ccdb4bb827d74b1bac2046"
 S = "${WORKDIR}/git"
 PV = "1.9.3+git"