From: Richard Purdie Date: Tue, 28 Jul 2026 15:22:04 +0000 (+0100) Subject: pseudo: Update to 1.9.10 X-Git-Tag: uninative-5.2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4232a7cc5fa28828fdf3223b3c0a6432c8c1e670;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pseudo: Update to 1.9.10 Pulls in various important fixes: Makefile.in: Bump to 1.9.10 test: various: Move to makefile compilation test-bash-exec-env: Add bash env test case test/test-openat2-func.c: Remove unusuaed saved_errno pseudo_util.c: strchr now returns const char pseudo_client: remove the unused pseudo_prefix_dir_fd pseudo_client: step around all of pseudo's own fds in closefrom pseudo_client: step fully past pseudo's own fds when computing startfd makewrappers: Avoid efault workaround if using AT_EMPTY_PATH ports/linux/guts: Add __open64_2 wrapper Makefile.in: Bump to 1.9.9 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 9f02d90568..d0559f6c9f 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -1,6 +1,6 @@ require pseudo.inc -SRC_URI = "git://git.yoctoproject.org/pseudo;branch=master;protocol=https;branch=master \ +SRC_URI = "git://git.yoctoproject.org/pseudo;branch=master;protocol=https;tag=pseudo-${PV} \ file://fallback-passwd \ file://fallback-group \ " @@ -12,8 +12,8 @@ SRC_URI:append:class-nativesdk = " \ file://older-glibc-symbols.patch" SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" -SRCREV = "ca47829825f297d7bf83665c0541a9de4aa78009" -PV = "1.9.8+git" +SRCREV = "2a5521e9573049864e07907415f1fee28232d90c" +PV = "1.9.10" # largefile and 64bit time_t support adds these macros via compiler flags globally # remove them for pseudo since pseudo intercepts some of the functions which will be