diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-09 11:49:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-09 12:03:31 +0100 |
commit | d446d8b818a49e66b72fccbd29328cdbf4294239 (patch) | |
tree | 2c2a9e642f9c58b35e203a86fbbc28ac1556dcd3 | |
parent | 78b2a07710183f267a2b1412429170135764474a (diff) | |
download | poky-d446d8b818a49e66b72fccbd29328cdbf4294239.tar.gz |
pseudo: Upgrade to include mkostemp64 wrapper
Newer systems are using this currently unwrapped glibc function,
add it.
[YOCTO #14080]
(From OE-Core rev: cba4f51f0166e2c20e854ee0344be0c58769eaca)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 9b7ee1c18c..2e13fec540 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 = "07141f919dc8582460f984ed1d2fb73e05f82ef3" | 9 | SRCREV = "cca0d7f15b7197095cd587420d31b187620c3093" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||