]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update to latest version including statx fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 10 Jul 2021 22:03:31 +0000 (23:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 Jul 2021 09:41:49 +0000 (10:41 +0100)
This updates to the latest pseudo version which includes:

 Revert "client: Fix some compiler warnings"
 ports/linux: Always build statx support
 makewrappers: Handle parameters marked as nonnull
 client: Fix some compiler warnings
 wrappers: Avoid -Wcast-function-type warning

In particular, this pseudo version always has statx enabled which means
we can then remove the need to make pseudo-native host distro specific
which fixes an eSDK issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb

index 4eab133128ad385f42c651fc1fe62bfde1e984c2..0ba460f3e64ea0b06f774a9b2307a087a6e9ae02 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
            file://fallback-group \
            "
 
-SRCREV = "ee24ebec9e5a11dd5208c9be2870f35eab3b9e20"
+SRCREV = "b988b0a6b8afd8d459bc9a2528e834f63a3d59b2"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"