diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-03 12:02:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-07 11:18:38 +0100 |
commit | bd34ad3c2a6f0a930b23322169e47d36e9f65299 (patch) | |
tree | e4350695f3c41265cdc1d619603b3b49793cea2e /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 958447ff2f130ece0e3f40eb2b5df5ed61f77366 (diff) | |
download | poky-bd34ad3c2a6f0a930b23322169e47d36e9f65299.tar.gz |
pseudo: Add may unlink patch
Mark files which are unlinked (nlink == 0) but open with fd's as
"may-unlink" to avoid problematic database entries.
(From OE-Core rev: e1e481f3608c05ab14c61bf45cd0837d7287b6a5)
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 7857b4f1b1..c5040f5f7f 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -7,6 +7,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
7 | file://abort_on_mismatch.patch \ | 7 | file://abort_on_mismatch.patch \ |
8 | file://track_link_fds.patch \ | 8 | file://track_link_fds.patch \ |
9 | file://xattr_fix.patch \ | 9 | file://xattr_fix.patch \ |
10 | file://mayunlink.patch \ | ||
10 | file://fallback-passwd \ | 11 | file://fallback-passwd \ |
11 | file://fallback-group \ | 12 | file://fallback-group \ |
12 | " | 13 | " |