[oe-commits] Tom Rini : siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc

git version control git at git.openembedded.org
Thu Aug 4 14:05:25 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 372795274267cff164ccdc9b8d44e5dc580ae5ad
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=372795274267cff164ccdc9b8d44e5dc580ae5ad

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jul 27 11:33:38 2011 -0700

siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc

This comes from oe.dev and while at this, drop from powerpc-linux as the
common-libc files set them.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 meta/site/common-uclibc |    5 +++++
 meta/site/powerpc-linux |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index 178015f..bdad0e9 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -33,3 +33,8 @@ ac_cv_va_copy=${ac_cv_va_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
 ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
 ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
+
+# posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r
+ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
+ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index ac681b2..a9f89cb 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -8,7 +8,6 @@ lf_cv_sane_realloc=yes
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
 
 # lftp
 lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}





More information about the Openembedded-commits mailing list