diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-13 10:40:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:23 +0100 |
commit | 773f19df44376fdd57e2c03c791c6e36616f7c46 (patch) | |
tree | 9d2bb7e249ba1e3b973e27c95690f133dfd38632 /meta/recipes-devtools/pseudo | |
parent | 16aeb6e94ff56619b7077ebaa4940f02c6e8747a (diff) | |
download | poky-773f19df44376fdd57e2c03c791c6e36616f7c46.tar.gz |
pseudo: Upgrade to add trailing slashes ignore path fix
Pull in:
client: strip trailing slashes when opening an ignored path
(From OE-Core rev: 9fb92bc13b8a78ef98798f14e728058feb180ba6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo')
-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 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 \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRCREV = "60e25a36558f1f07dcce1a044fe976b475bec42b" | 9 | SRCREV = "ee24ebec9e5a11dd5208c9be2870f35eab3b9e20" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||