]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Feb 2024 15:37:55 +0000 (15:37 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 14 Feb 2024 17:09:08 +0000 (07:09 -1000)
commitf7ef390b70709c0b6a607fcfe1da4c85144840e5
tree6aa72d82789f83d39729f23f73a3ba687fca415a
parentc3c31248233356a04db1d5ed375b647656d80fa0
pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept

rpm 4.19 now builds with LFS64 support enabled by default,
so it calls statvfs64() to get the space available on the
filesystem it is installing packages into.  This is not
getting caught by pseudo, so rpm is checking the host's
root filesystem, rather than the filesystem where the
build is happening.

Merge in that fix and a gcc14 fix.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f6d021c860b2b99f46c604149317b326f493022d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/pseudo/files/glibc238.patch
meta/recipes-devtools/pseudo/pseudo_git.bb