@@ -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
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 <richard.purdie@linuxfoundation.org> --- meta/recipes-devtools/pseudo/pseudo_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)