summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-08 15:08:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-09 12:03:31 +0100
commit78b2a07710183f267a2b1412429170135764474a (patch)
tree363cbdd4dfc056186f3152f973fef75c5d55ad84 /meta/recipes-devtools/pseudo/pseudo_git.bb
parent49bc76ec33dfe4d7261a430288c5276e195d70a0 (diff)
downloadpoky-78b2a07710183f267a2b1412429170135764474a.tar.gz
pseudo: Update to account for patches merged on branch
(From OE-Core rev: ea22fb3aa1c5dd3edcd1d8b415a0843a9ee4677c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index c79fe92bc3..9b7ee1c18c 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -2,19 +2,11 @@ require pseudo.inc
2 2
3SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ 3SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
4 file://0001-configure-Prune-PIE-flags.patch \ 4 file://0001-configure-Prune-PIE-flags.patch \
5 file://delete_mismatches.patch \
6 file://add_ignore_paths.patch \
7 file://abort_on_mismatch.patch \
8 file://track_link_fds.patch \
9 file://xattr_fix.patch \
10 file://mayunlink.patch \
11 file://pathfix.patch \
12 file://statxfix.patch \
13 file://fallback-passwd \ 5 file://fallback-passwd \
14 file://fallback-group \ 6 file://fallback-group \
15 " 7 "
16 8
17SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e" 9SRCREV = "07141f919dc8582460f984ed1d2fb73e05f82ef3"
18S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
19PV = "1.9.0+git${SRCPV}" 11PV = "1.9.0+git${SRCPV}"
20 12