Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pseudo: Update to account for patches merged on branch | Richard Purdie | 2020-10-09 | 1 | -56/+0 |
| | | | | | | (From OE-Core rev: ea22fb3aa1c5dd3edcd1d8b415a0843a9ee4677c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | pseudo: Fix statx function usage | Richard Purdie | 2020-10-08 | 1 | -0/+56 |
There is magic in the posts where specific variable names have specific magic. For that magic to work, "path" needs to be used not "pathname" as is currently there. Fix this, which fixes path issues on systems using statx (Ubuntu 20.04 in particular). (From OE-Core rev: f9ae80aee98a7bb59c83ac9ebf9d317302507cec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |