diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-21 17:17:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:52 +0100 |
commit | 9226635ab28b5ca44ec04931d27c5c3313d56e61 (patch) | |
tree | a8adf145436429cd975f923db019f72b40d8313e /meta/site/x86_64-linux-uclibc | |
parent | cab512d7ee50fb55b9412c0e1a52a589de09e0a7 (diff) | |
download | openembedded-core-contrib-9226635ab28b5ca44ec04931d27c5c3313d56e61.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
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/x86_64-linux-uclibc')
-rw-r--r-- | meta/site/x86_64-linux-uclibc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index be746420240..469924061b9 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc @@ -1,10 +1,6 @@ -ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} -ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} -ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} -ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} @@ -65,7 +61,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} # glib-2.0 glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} -ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} # libidl libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |