diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-03 17:27:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-03 14:13:53 +0000 |
| commit | 74e91462754d459c23ad40b4867a82e2b6529de1 (patch) | |
| tree | 3e0438ba0d3483206977f165891ab37adc1936db /meta/recipes-devtools/pseudo/pseudo_git.bb | |
| parent | 3ed2af928b17d33d3667f87616da0182d29f72cc (diff) | |
| download | poky-74e91462754d459c23ad40b4867a82e2b6529de1.tar.gz | |
pseudo: Add pathfix patch
Add a path to fix up handling of dirfd being passed as a full file
and with path="".
(From OE-Core rev: 07ca0b87e0fa3f783ecce7f09f8800b1a6eb668e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3006bbe7768e4efe33d3d2d3f5786a561ecbe96f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 c5040f5f7f..bc20a2f134 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
| 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://mayunlink.patch \ |
| 11 | file://pathfix.patch \ | ||
| 11 | file://fallback-passwd \ | 12 | file://fallback-passwd \ |
| 12 | file://fallback-group \ | 13 | file://fallback-group \ |
| 13 | " | 14 | " |
