diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-07 10:07:05 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-07 23:21:43 +0100 |
| commit | a41948e86dd6d03beea43827c4f2bf274dd767a3 (patch) | |
| tree | 807e61937acdf98251cf4b3a8d54112881e4f206 /meta/site/x86_64-linux | |
| parent | 9a8d48d65c0eea6b660d5b8ae0837c2f4916a241 (diff) | |
| download | poky-a41948e86dd6d03beea43827c4f2bf274dd767a3.tar.gz | |
site: move ac_cv_func_posix_getpwnam_r to libc files
As with the other ac_cv_func_posix_* functions, this is specific to the
libc and not the architecture.
(From OE-Core rev: 2e190f4e443d6c6e44c3f775ff74e8d14e880a59)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/x86_64-linux')
| -rw-r--r-- | meta/site/x86_64-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index b9ee141fd5..dcc6b3408f 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | ac_cv_va_val_copy=${ac_cv_va_val_copy=no} | 2 | ac_cv_va_val_copy=${ac_cv_va_val_copy=no} |
| 3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
| 4 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 4 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
| 5 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
| 6 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 5 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
| 7 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 6 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
| 8 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 7 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
