summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-10 12:14:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-11 08:45:32 +0100
commit4892e1637699f5079f2f1c6d62a64d6a669e447a (patch)
tree7fb20e69c8c889a54831ba602c7a38c02fccd22c /meta/recipes-devtools
parent0304adce226f69085c3482527db3f9a3f6dd82a2 (diff)
downloadpoky-4892e1637699f5079f2f1c6d62a64d6a669e447a.tar.gz
pseudo: Update to pull in fchmodat fix
This is needed to work with coreutils 9.5. Also contains some README tweaks. (From OE-Core rev: 2268f5960b6b1d8f86749fc0b98169a3efb1465f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
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 025cf0fc9c..c70b509233 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -14,7 +14,7 @@ SRC_URI:append:class-nativesdk = " \
14 file://older-glibc-symbols.patch" 14 file://older-glibc-symbols.patch"
15SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" 15SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
16 16
17SRCREV = "516a0a3c4b46f046895d27bfa019d685fe462dfa" 17SRCREV = "0d292df61aeb886ae8ca33d9edc3b6d0ff5c0f0f"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19PV = "1.9.0+git" 19PV = "1.9.0+git"
20 20