summaryrefslogtreecommitdiffstats
path: root/meta/site/mipsel-linux-uclibc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-21 17:17:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:44 +0100
commit4193d0e54255ac3a6f6c45b8fe613ff9acadd2aa (patch)
treee677e8c57c7aaf2402289cd460e6ae010a2f0a2e /meta/site/mipsel-linux-uclibc
parent85a49c9ed697508bbd8bda1fb8d0f0fc2961068a (diff)
downloadpoky-4193d0e54255ac3a6f6c45b8fe613ff9acadd2aa.tar.gz
siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libc
These functions are determined by the C library so move them to common-glibc and common-uclibc (From OE-Core rev: 9226635ab28b5ca44ec04931d27c5c3313d56e61) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/mipsel-linux-uclibc')
-rw-r--r--meta/site/mipsel-linux-uclibc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index c5abe2b867..3c8f41e4a3 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -1,7 +1,4 @@
1
2ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
3ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} 1ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
4ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
5 2
6# bash 3# bash
7ac_cv_c_long_double=${ac_cv_c_long_double=no} 4ac_cv_c_long_double=${ac_cv_c_long_double=no}
@@ -48,7 +45,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
48libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} 45libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
49 46
50# ncftp 47# ncftp
51ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
52wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} 48wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
53wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} 49wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
54wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} 50wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}