From a41948e86dd6d03beea43827c4f2bf274dd767a3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 7 Jun 2024 10:07:05 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/site/mips64-linux | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/site/mips64-linux') 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} # lmbench ac_cv_uint=${ac_cv_uint=yes} - -# D-BUS -ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} -- cgit v1.2.3-54-g00ecf