diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-10 23:03:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-11 23:00:52 +0100 |
commit | fcc5db69919fa319eae320829339c3813644fd12 (patch) | |
tree | 1c38474eb9ad5abc58b829fde9d65c1d7c56ae71 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 54e8f89ef0ad51c4448af12d3a320c1550bdc310 (diff) | |
download | poky-fcc5db69919fa319eae320829339c3813644fd12.tar.gz |
pseudo: Update to latest version including statx fix
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.
(From OE-Core rev: 58cc70940ff998be49a9b89e1ad0538242cb7998)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 4eab133128..0ba460f3e6 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRCREV = "ee24ebec9e5a11dd5208c9be2870f35eab3b9e20" | 9 | SRCREV = "b988b0a6b8afd8d459bc9a2528e834f63a3d59b2" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||