summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 10:03:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-09 08:27:05 +0100
commitaea25b487635ca3376b8324031a056f48101d127 (patch)
tree5410edb7904e8dae0077c811ba04ed39488c3c8b
parentbbbd9966e834c9dd9ba6da8af5d600d928c1bb71 (diff)
downloadpoky-aea25b487635ca3376b8324031a056f48101d127.tar.gz
pseudo: Add patch to workaround paths with crazy lengths
Update to a version of pseudo which includes a workaround for crazy long paths, as shown by the libfm failures from the libtool upgrade. (From OE-Core rev: dccae33a2b2dcec778f87b02dbf3be1dc37066b0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 67dfa32d82b8862e6e543c37315f211aba3ec28b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f9e3b46910..d20136aef9 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -13,7 +13,7 @@ SRC_URI:append:class-nativesdk = " \
13 file://older-glibc-symbols.patch" 13 file://older-glibc-symbols.patch"
14SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" 14SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
15 15
16SRCREV = "d34f2f6cedccf8488730001bcbde6bb7499f8814" 16SRCREV = "df1d1321fb093283485c387e3c933d2d264e509c"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18PV = "1.9.0+git${SRCPV}" 18PV = "1.9.0+git${SRCPV}"
19 19