diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-07-02 13:02:49 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-10 11:36:34 +0100 |
| commit | 4c59fc31bfeae76b1cf25944431465043b191782 (patch) | |
| tree | 09bc30fb30f4d35b22670c1f2e65778427b705f9 /meta/recipes-extended/pam/libpam_1.5.3.bb | |
| parent | 3195bb74c4809ac9630557c8a5695be69728469d (diff) | |
| download | poky-4c59fc31bfeae76b1cf25944431465043b191782.tar.gz | |
libpam: Fix examples build on musl
This came with latest libpam upgrade
../../Linux-PAM-1.5.3/examples/tty_conv.c:9:10: fatal error: 'termio.h' file not found
^~~~~~~~~~
1 error generated.
(From OE-Core rev: 00b5cbad49ccce7f2886b2e70b93e60e054f8f46)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.5.3.bb')
| -rw-r--r-- | meta/recipes-extended/pam/libpam_1.5.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.3.bb b/meta/recipes-extended/pam/libpam_1.5.3.bb index c8f1e16459..eafb5aae43 100644 --- a/meta/recipes-extended/pam/libpam_1.5.3.bb +++ b/meta/recipes-extended/pam/libpam_1.5.3.bb | |||
| @@ -21,6 +21,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \ | |||
| 21 | file://pam.d/common-session-noninteractive \ | 21 | file://pam.d/common-session-noninteractive \ |
| 22 | file://pam.d/other \ | 22 | file://pam.d/other \ |
| 23 | file://libpam-xtests.patch \ | 23 | file://libpam-xtests.patch \ |
| 24 | file://0001-examples-Replace-use-of-termio.h-with-termios.h.patch \ | ||
| 24 | file://run-ptest \ | 25 | file://run-ptest \ |
| 25 | file://pam-volatiles.conf \ | 26 | file://pam-volatiles.conf \ |
| 26 | " | 27 | " |
