From: Richard Purdie Date: Tue, 13 Apr 2021 09:40:36 +0000 (+0100) Subject: pseudo: Upgrade to add trailing slashes ignore path fix X-Git-Tag: yocto-3.2.4~23 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9408daa28ffa9cbbcf5c989783b9f190ca8bb62c;p=openembedded-core.git pseudo: Upgrade to add trailing slashes ignore path fix Pull in: client: strip trailing slashes when opening an ignored path Signed-off-by: Richard Purdie (cherry picked from commit 9fb92bc13b8a78ef98798f14e728058feb180ba6) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 17bd02c27c..4eab133128 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 \ file://fallback-group \ " -SRCREV = "60e25a36558f1f07dcce1a044fe976b475bec42b" +SRCREV = "ee24ebec9e5a11dd5208c9be2870f35eab3b9e20" S = "${WORKDIR}/git" PV = "1.9.0+git${SRCPV}"