diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-30 14:36:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-07 11:18:38 +0100 |
commit | 842de9dbba53d04644e1c491fc0d4681d66680fd (patch) | |
tree | f3da48774e19f5a5887c99a66d872c5b9367461f /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 84e0642ed6aba422583871fc153bbd94380074de (diff) | |
download | poky-842de9dbba53d04644e1c491fc0d4681d66680fd.tar.gz |
psuedo: Add tracking of linked files for fds
Where files are link()'d and one is unlink()'d, pseudo's fd mappings
can become confused. Add a patch to try and improve this for the common
usecases we see.
(From OE-Core rev: 9ce621fa2099608ca0ccbb8420b31d71cdd7b00e)
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.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 56c9b4e232..a5e79ec9a5 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -5,6 +5,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
5 | file://delete_mismatches.patch \ | 5 | file://delete_mismatches.patch \ |
6 | file://add_ignore_paths.patch \ | 6 | file://add_ignore_paths.patch \ |
7 | file://abort_on_mismatch.patch \ | 7 | file://abort_on_mismatch.patch \ |
8 | file://track_link_fds.patch \ | ||
8 | file://fallback-passwd \ | 9 | file://fallback-passwd \ |
9 | file://fallback-group \ | 10 | file://fallback-group \ |
10 | " | 11 | " |