summaryrefslogtreecommitdiffstats
path: root/meta/site/mips64-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/mips64-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/mips64-linux')
-rw-r--r--meta/site/mips64-linux3
1 files changed, 0 insertions, 3 deletions
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
48ac_cv_uint=${ac_cv_uint=yes} 48ac_cv_uint=${ac_cv_uint=yes}
49
50# D-BUS
51ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}