summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2025-07-03 23:26:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-01-26 09:45:39 +0000
commite6cbef9080ed3898c7f4b139b193697665767715 (patch)
tree52ac12b421729bc0947c33d1423ebcb2dd75ed43 /meta/recipes-devtools
parent80593d0ce1edd25489f85021024374c11df3edee (diff)
downloadpoky-e6cbef9080ed3898c7f4b139b193697665767715.tar.gz
pseudo: 1.9.0 -> 1.9.2
(From OE-Core rev: 89256d7c891c0053028a4d8679ccebc24f36577c) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 48a42747fd280ce68283e1491971d22273e3bdf2) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 5e2a8bf328..ec9ef2dd5d 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -12,9 +12,9 @@ SRC_URI:append:class-nativesdk = " \
12 file://older-glibc-symbols.patch" 12 file://older-glibc-symbols.patch"
13SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" 13SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
14 14
15SRCREV = "3fac97341f0f8270ca28a91098d0a58ca306a6bd" 15SRCREV = "b4645cb30573c5b3d5e94b9d50e1e2f8beefe9be"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "1.9.0+git" 17PV = "1.9.2"
18 18
19# largefile and 64bit time_t support adds these macros via compiler flags globally 19# largefile and 64bit time_t support adds these macros via compiler flags globally
20# remove them for pseudo since pseudo intercepts some of the functions which will be 20# remove them for pseudo since pseudo intercepts some of the functions which will be