summaryrefslogtreecommitdiffstats
path: root/meta/site/x86_64-linux
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-06-07 10:07:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-07 23:21:43 +0100
commita41948e86dd6d03beea43827c4f2bf274dd767a3 (patch)
tree807e61937acdf98251cf4b3a8d54112881e4f206 /meta/site/x86_64-linux
parent9a8d48d65c0eea6b660d5b8ae0837c2f4916a241 (diff)
downloadpoky-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-linux1
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 @@
2ac_cv_va_val_copy=${ac_cv_va_val_copy=no} 2ac_cv_va_val_copy=${ac_cv_va_val_copy=no}
3ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} 3ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
4ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} 4ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
5ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
6ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} 5ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
7ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} 6ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
8ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} 7ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}