summaryrefslogtreecommitdiffstats
path: root/recipes-tpm/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch
Commit message (Collapse)AuthorAgeFilesLines
* tpm: move to a sub layerArmin Kuster2017-05-141-49/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: Fix musl compile errorArmin Kuster2017-03-271-0/+49
use POSIX getpwent instead of getpwent_r This was causing the libtspi to have the getpwent_r with when loaded via tpm-tools, it would fail. [ Yocto #11095] Signed-off-by: Armin Kuster <akuster808@gmail.com>