diff options
author | Dennis.Yxun <dennis.yxun@gmail.com> | 2010-01-29 10:23:12 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-01 10:36:26 +0000 |
commit | 0c4ead0ce9b8eb6e72e95a2118dafc3c6b3f465d (patch) | |
tree | 4ee1f58cb7c348a2a967acb9f123f8f64f27829a /meta/site/mipsel-linux | |
parent | 413f235827a0c6c4692c1c135b81100c12c99bc6 (diff) | |
download | openembedded-core-0c4ead0ce9b8eb6e72e95a2118dafc3c6b3f465d.tar.gz openembedded-core-0c4ead0ce9b8eb6e72e95a2118dafc3c6b3f465d.tar.bz2 openembedded-core-0c4ead0ce9b8eb6e72e95a2118dafc3c6b3f465d.zip |
site/mipsel-linux: add glib-2.0 variables
Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/site/mipsel-linux')
-rw-r--r-- | meta/site/mipsel-linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index bab92eff63..3409ba3c09 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux @@ -49,6 +49,14 @@ glib_cv_uscore=${glib_cv_uscore=no} glib_cv_va_copy=${glib_cv_va_copy=yes} glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} +# glib-2.0 +glib_cv_stack_grows=${glib_cv_stack_grows=no} +utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} +glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} +ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} + + # libpcap ac_cv_linux_vers=${ac_cv_linux_vers=2} ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |