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 | |
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>
-rw-r--r-- | meta/site/arm-common | 3 | ||||
-rw-r--r-- | meta/site/common-glibc | 1 | ||||
-rw-r--r-- | meta/site/common-musl | 6 | ||||
-rw-r--r-- | meta/site/ix86-common | 3 | ||||
-rw-r--r-- | meta/site/mips-linux | 3 | ||||
-rw-r--r-- | meta/site/mips64-linux | 3 | ||||
-rw-r--r-- | meta/site/mips64el-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsel-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa32r6-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa32r6el-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa64r6-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa64r6el-linux | 3 | ||||
-rw-r--r-- | meta/site/nios2-linux | 3 | ||||
-rw-r--r-- | meta/site/powerpc32-linux | 3 | ||||
-rw-r--r-- | meta/site/sh-common | 3 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 1 |
16 files changed, 2 insertions, 45 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index 0f9890d3b3..c4bd29c439 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
@@ -21,9 +21,6 @@ db_cv_sprintf_count=${db_cv_sprintf_count=yes} | |||
21 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 21 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
22 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | 22 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} |
23 | 23 | ||
24 | # D-BUS | ||
25 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
26 | |||
27 | # edb | 24 | # edb |
28 | db_cv_spinlocks=${db_cv_spinlocks=no} | 25 | db_cv_spinlocks=${db_cv_spinlocks=no} |
29 | 26 | ||
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index e9298bf17b..f5b5c4b537 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc | |||
@@ -11,6 +11,7 @@ ac_cv_func_setgrent_void=yes | |||
11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | 11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} |
12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | 12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} |
13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | 13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
14 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | 15 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
15 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | 16 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |
16 | ac_cv_func_strtod=${ac_cv_func_strtod=yes} | 17 | ac_cv_func_strtod=${ac_cv_func_strtod=yes} |
diff --git a/meta/site/common-musl b/meta/site/common-musl index 03a5c66dde..b19832d5f6 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl | |||
@@ -11,6 +11,7 @@ ac_cv_func_setgrent_void=yes | |||
11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | 11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} |
12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | 12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} |
13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | 13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
14 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | 15 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
15 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | 16 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |
16 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} | 17 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} |
@@ -45,10 +46,5 @@ ac_cv___va_copy=${ac_cv___va_copy=yes} | |||
45 | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} | 46 | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} |
46 | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} | 47 | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} |
47 | 48 | ||
48 | # posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r | ||
49 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
50 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
52 | |||
53 | # Xorg | 49 | # Xorg |
54 | xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes} | 50 | xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes} |
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index dce4edea59..ebd8ad6d60 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -60,9 +60,6 @@ db_cv_align_t=${db_cv_align_t='unsigned long long'} | |||
60 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | 60 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |
61 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} | 61 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} |
62 | 62 | ||
63 | # D-BUS | ||
64 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
65 | |||
66 | # ettercap | 63 | # ettercap |
67 | ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} | 64 | ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} |
68 | 65 | ||
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index bfb93d91a6..10aa84fb9d 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -46,6 +46,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
46 | 46 | ||
47 | # lmbench | 47 | # lmbench |
48 | ac_cv_uint=${ac_cv_uint=yes} | 48 | ac_cv_uint=${ac_cv_uint=yes} |
49 | |||
50 | # D-BUS | ||
51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mips64-linux b/meta/site/mips64-linux index bfb93d91a6..10aa84fb9d 100644 --- a/meta/site/mips64-linux +++ b/meta/site/mips64-linux | |||
@@ -46,6 +46,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
46 | 46 | ||
47 | # lmbench | 47 | # lmbench |
48 | ac_cv_uint=${ac_cv_uint=yes} | 48 | ac_cv_uint=${ac_cv_uint=yes} |
49 | |||
50 | # D-BUS | ||
51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mips64el-linux b/meta/site/mips64el-linux index 161b4834b9..9a0084dc7f 100644 --- a/meta/site/mips64el-linux +++ b/meta/site/mips64el-linux | |||
@@ -47,6 +47,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
47 | 47 | ||
48 | #lmbench | 48 | #lmbench |
49 | ac_cv_uint=${ac_cv_uint=yes} | 49 | ac_cv_uint=${ac_cv_uint=yes} |
50 | |||
51 | # D-BUS | ||
52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 161b4834b9..9a0084dc7f 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
@@ -47,6 +47,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
47 | 47 | ||
48 | #lmbench | 48 | #lmbench |
49 | ac_cv_uint=${ac_cv_uint=yes} | 49 | ac_cv_uint=${ac_cv_uint=yes} |
50 | |||
51 | # D-BUS | ||
52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mipsisa32r6-linux b/meta/site/mipsisa32r6-linux index bfb93d91a6..10aa84fb9d 100644 --- a/meta/site/mipsisa32r6-linux +++ b/meta/site/mipsisa32r6-linux | |||
@@ -46,6 +46,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
46 | 46 | ||
47 | # lmbench | 47 | # lmbench |
48 | ac_cv_uint=${ac_cv_uint=yes} | 48 | ac_cv_uint=${ac_cv_uint=yes} |
49 | |||
50 | # D-BUS | ||
51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mipsisa32r6el-linux b/meta/site/mipsisa32r6el-linux index 161b4834b9..9a0084dc7f 100644 --- a/meta/site/mipsisa32r6el-linux +++ b/meta/site/mipsisa32r6el-linux | |||
@@ -47,6 +47,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
47 | 47 | ||
48 | #lmbench | 48 | #lmbench |
49 | ac_cv_uint=${ac_cv_uint=yes} | 49 | ac_cv_uint=${ac_cv_uint=yes} |
50 | |||
51 | # D-BUS | ||
52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mipsisa64r6-linux b/meta/site/mipsisa64r6-linux index bfb93d91a6..10aa84fb9d 100644 --- a/meta/site/mipsisa64r6-linux +++ b/meta/site/mipsisa64r6-linux | |||
@@ -46,6 +46,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
46 | 46 | ||
47 | # lmbench | 47 | # lmbench |
48 | ac_cv_uint=${ac_cv_uint=yes} | 48 | ac_cv_uint=${ac_cv_uint=yes} |
49 | |||
50 | # D-BUS | ||
51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/mipsisa64r6el-linux b/meta/site/mipsisa64r6el-linux index 161b4834b9..9a0084dc7f 100644 --- a/meta/site/mipsisa64r6el-linux +++ b/meta/site/mipsisa64r6el-linux | |||
@@ -47,6 +47,3 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | |||
47 | 47 | ||
48 | #lmbench | 48 | #lmbench |
49 | ac_cv_uint=${ac_cv_uint=yes} | 49 | ac_cv_uint=${ac_cv_uint=yes} |
50 | |||
51 | # D-BUS | ||
52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
diff --git a/meta/site/nios2-linux b/meta/site/nios2-linux index 350b94153f..4fc3964845 100644 --- a/meta/site/nios2-linux +++ b/meta/site/nios2-linux | |||
@@ -33,9 +33,6 @@ db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | |||
33 | db_cv_posixmutexes=${db_cv_posixmutexes=no} | 33 | db_cv_posixmutexes=${db_cv_posixmutexes=no} |
34 | db_cv_uimutexes=${db_cv_uimutexes=no} | 34 | db_cv_uimutexes=${db_cv_uimutexes=no} |
35 | 35 | ||
36 | # D-BUS | ||
37 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
38 | |||
39 | # edb | 36 | # edb |
40 | db_cv_spinlocks=${db_cv_spinlocks=no} | 37 | db_cv_spinlocks=${db_cv_spinlocks=no} |
41 | 38 | ||
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index c2f870b432..ccf4012a89 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -103,9 +103,6 @@ ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} | |||
103 | # libesmtp | 103 | # libesmtp |
104 | acx_working_snprintf=${acx_working_snprintf=yes} | 104 | acx_working_snprintf=${acx_working_snprintf=yes} |
105 | 105 | ||
106 | # D-BUS | ||
107 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
108 | |||
109 | # httppc | 106 | # httppc |
110 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | 107 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} |
111 | 108 | ||
diff --git a/meta/site/sh-common b/meta/site/sh-common index f2481652c9..683b3a6c9a 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -109,9 +109,6 @@ ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} | |||
109 | # libesmtp | 109 | # libesmtp |
110 | acx_working_snprintf=${acx_working_snprintf=yes} | 110 | acx_working_snprintf=${acx_working_snprintf=yes} |
111 | 111 | ||
112 | # D-BUS | ||
113 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
114 | |||
115 | # httppc | 112 | # httppc |
116 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | 113 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} |
117 | 114 | ||
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} |