| Message ID | 20260227065655.20055-1-nilskruse97@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | pseudo: Update to pull in fixes for undefined __NR_openat2 and SYS_openat2 | expand |
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"
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(-)