diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-28 21:28:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-05 23:35:18 +0000 |
| commit | 7945041ca8d83e759f26ead84db132c90ba8e242 (patch) | |
| tree | 730cb387bd44121e2336d4425216715631edc471 /meta/recipes-devtools | |
| parent | 6c2eb8edc9ef61c0d62f97485aafc4543b3a0917 (diff) | |
| download | poky-7945041ca8d83e759f26ead84db132c90ba8e242.tar.gz | |
pseudo: Update to include passwd and file renaming fixes
Pulls in:
pseudo_client: Ensure renames update open fd file paths
pseudo_client.c: Rebuild passwd paths after chroot
which should fix issues seen in apt package index creation, new
binutils and other autobuilder race issues in pseudo amongst other
issues.
(From OE-Core rev: 44d11b56001f40622c055069b0901cc4ae15c76c)
(From OE-Core rev: 0fc140e6aeba27afc5bd7c4e8d486d73fa6e3f2e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e1caf4f305b2f96eb73c9eaba6a2f0bf2158d5be)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -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 29fa9152e2..0ba7b50355 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 = "f9754ac14672c4af19b77bc698a1a808b0828265" | 9 | SRCREV = "8317c0ab172db47dabcef909bae02cd77b1f1010" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
| 12 | 12 | ||
