diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-18 15:04:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-18 15:04:06 +0000 |
commit | 34927dfa61c696442f297c284d546e443ed21485 (patch) | |
tree | 64f1c54a57ec1aebb1abb1cee682759d6581e04b /meta/site/common-glibc | |
parent | ce30130b7c9b12a44368a3db4678e31fdc3adca4 (diff) | |
download | poky-34927dfa61c696442f297c284d546e443ed21485.tar.gz |
Sync various tweaks from OE, change default SRCREV policy to not auto increment rather than hitting the network.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3345 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r-- | meta/site/common-glibc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 362fe538cd..0ec53423f1 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc | |||
@@ -37,3 +37,10 @@ ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes} | |||
37 | ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes} | 37 | ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes} |
38 | ac_cv_func_memcpy=${ac_cv_func_memcpy=yes} | 38 | ac_cv_func_memcpy=${ac_cv_func_memcpy=yes} |
39 | ac_cv_func_strerror=${ac_cv_func_strerror=yes} | 39 | ac_cv_func_strerror=${ac_cv_func_strerror=yes} |
40 | |||
41 | # squid | ||
42 | ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes} | ||
43 | ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} | ||
44 | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} | ||
45 | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} | ||
46 | ac_cv_epoll_works=${ac_cv_epoll_works=yes} | ||