]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Upgrade to include mkostemp64 wrapper
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Oct 2020 10:49:59 +0000 (11:49 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 28 Jan 2021 14:41:47 +0000 (04:41 -1000)
Newer systems are using this currently unwrapped glibc function,
add it.

[YOCTO #14080]

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

index 9b7ee1c18cd5fbdb22f6fd3786c220d0f257e844..2e13fec540246cd40343e2b9be24018d89c93f59 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
            file://fallback-group \
            "
 
-SRCREV = "07141f919dc8582460f984ed1d2fb73e05f82ef3"
+SRCREV = "cca0d7f15b7197095cd587420d31b187620c3093"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"